Checkstyle Results

The following document contains the results of Checkstyle 9.3 with google_checks.xml ruleset.

Summary

Files  Info  Warnings  Errors
110 0 23790 0

Files

File  I  W  E
org/apache/commons/lang3/AnnotationUtils.java 0 200 0
org/apache/commons/lang3/ArrayUtils.java 0 2308 0
org/apache/commons/lang3/BitField.java 0 100 0
org/apache/commons/lang3/BooleanUtils.java 0 412 0
org/apache/commons/lang3/CharEncoding.java 0 25 0
org/apache/commons/lang3/CharRange.java 0 156 0
org/apache/commons/lang3/CharSequenceUtils.java 0 89 0
org/apache/commons/lang3/CharSet.java 0 96 0
org/apache/commons/lang3/CharSetUtils.java 0 96 0
org/apache/commons/lang3/CharUtils.java 0 138 0
org/apache/commons/lang3/ClassUtils.java 0 494 0
org/apache/commons/lang3/Conversion.java 0 1030 0
org/apache/commons/lang3/EnumUtils.java 0 138 0
org/apache/commons/lang3/JavaVersion.java 0 43 0
org/apache/commons/lang3/LocaleUtils.java 0 151 0
org/apache/commons/lang3/ObjectUtils.java 0 327 0
org/apache/commons/lang3/RandomStringUtils.java 0 131 0
org/apache/commons/lang3/Range.java 0 183 0
org/apache/commons/lang3/SerializationException.java 0 18 0
org/apache/commons/lang3/SerializationUtils.java 0 138 0
org/apache/commons/lang3/StringEscapeUtils.java 0 148 0
org/apache/commons/lang3/StringUtils.java 0 2588 0
org/apache/commons/lang3/SystemUtils.java 0 307 0
org/apache/commons/lang3/Validate.java 0 318 0
org/apache/commons/lang3/builder/Builder.java 0 4 0
org/apache/commons/lang3/builder/CompareToBuilder.java 0 447 0
org/apache/commons/lang3/builder/EqualsBuilder.java 0 413 0
org/apache/commons/lang3/builder/HashCodeBuilder.java 0 325 0
org/apache/commons/lang3/builder/IDKey.java 0 27 0
org/apache/commons/lang3/builder/ReflectionToStringBuilder.java 0 193 0
org/apache/commons/lang3/builder/StandardToStringStyle.java 0 151 0
org/apache/commons/lang3/builder/ToStringBuilder.java 0 288 0
org/apache/commons/lang3/builder/ToStringStyle.java 0 917 0
org/apache/commons/lang3/concurrent/AtomicInitializer.java 0 14 0
org/apache/commons/lang3/concurrent/AtomicSafeInitializer.java 0 15 0
org/apache/commons/lang3/concurrent/BackgroundInitializer.java 0 87 0
org/apache/commons/lang3/concurrent/BasicThreadFactory.java 0 108 0
org/apache/commons/lang3/concurrent/CallableBackgroundInitializer.java 0 20 0
org/apache/commons/lang3/concurrent/ConcurrentException.java 0 11 0
org/apache/commons/lang3/concurrent/ConcurrentInitializer.java 0 3 0
org/apache/commons/lang3/concurrent/ConcurrentRuntimeException.java 0 11 0
org/apache/commons/lang3/concurrent/ConcurrentUtils.java 0 108 0
org/apache/commons/lang3/concurrent/ConstantInitializer.java 0 28 0
org/apache/commons/lang3/concurrent/LazyInitializer.java 0 16 0
org/apache/commons/lang3/concurrent/MultiBackgroundInitializer.java 0 92 0
org/apache/commons/lang3/concurrent/TimedSemaphore.java 0 106 0
org/apache/commons/lang3/event/EventListenerSupport.java 0 93 0
org/apache/commons/lang3/event/EventUtils.java 0 51 0
org/apache/commons/lang3/exception/CloneFailedException.java 0 15 0
org/apache/commons/lang3/exception/ContextedException.java 0 79 0
org/apache/commons/lang3/exception/ContextedRuntimeException.java 0 81 0
org/apache/commons/lang3/exception/DefaultExceptionContext.java 0 86 0
org/apache/commons/lang3/exception/ExceptionContext.java 0 17 0
org/apache/commons/lang3/exception/ExceptionUtils.java 0 253 0
org/apache/commons/lang3/math/Fraction.java 0 593 0
org/apache/commons/lang3/math/IEEE754rUtils.java 0 126 0
org/apache/commons/lang3/math/NumberUtils.java 0 701 0
org/apache/commons/lang3/mutable/Mutable.java 0 12 0
org/apache/commons/lang3/mutable/MutableBoolean.java 0 69 0
org/apache/commons/lang3/mutable/MutableByte.java 0 100 0
org/apache/commons/lang3/mutable/MutableDouble.java 0 113 0
org/apache/commons/lang3/mutable/MutableFloat.java 0 110 0
org/apache/commons/lang3/mutable/MutableInt.java 0 97 0
org/apache/commons/lang3/mutable/MutableLong.java 0 97 0
org/apache/commons/lang3/mutable/MutableObject.java 0 45 0
org/apache/commons/lang3/mutable/MutableShort.java 0 100 0
org/apache/commons/lang3/reflect/ConstructorUtils.java 0 84 0
org/apache/commons/lang3/reflect/FieldUtils.java 0 321 0
org/apache/commons/lang3/reflect/MemberUtils.java 0 86 0
org/apache/commons/lang3/reflect/MethodUtils.java 0 192 0
org/apache/commons/lang3/reflect/TypeUtils.java 0 486 0
org/apache/commons/lang3/text/CompositeFormat.java 0 31 0
org/apache/commons/lang3/text/ExtendedMessageFormat.java 0 297 0
org/apache/commons/lang3/text/FormatFactory.java 0 3 0
org/apache/commons/lang3/text/FormattableUtils.java 0 45 0
org/apache/commons/lang3/text/StrBuilder.java 0 1443 0
org/apache/commons/lang3/text/StrLookup.java 0 60 0
org/apache/commons/lang3/text/StrMatcher.java 0 150 0
org/apache/commons/lang3/text/StrSubstitutor.java 0 420 0
org/apache/commons/lang3/text/StrTokenizer.java 0 493 0
org/apache/commons/lang3/text/WordUtils.java 0 180 0
org/apache/commons/lang3/text/translate/AggregateTranslator.java 0 19 0
org/apache/commons/lang3/text/translate/CharSequenceTranslator.java 0 50 0
org/apache/commons/lang3/text/translate/CodePointTranslator.java 0 14 0
org/apache/commons/lang3/text/translate/EntityArrays.java 0 103 0
org/apache/commons/lang3/text/translate/JavaUnicodeEscaper.java 0 30 0
org/apache/commons/lang3/text/translate/LookupTranslator.java 0 42 0
org/apache/commons/lang3/text/translate/NumericEntityEscaper.java 0 43 0
org/apache/commons/lang3/text/translate/NumericEntityUnescaper.java 0 97 0
org/apache/commons/lang3/text/translate/OctalUnescaper.java 0 31 0
org/apache/commons/lang3/text/translate/UnicodeEscaper.java 0 53 0
org/apache/commons/lang3/text/translate/UnicodeUnescaper.java 0 30 0
org/apache/commons/lang3/time/DateFormatUtils.java 0 89 0
org/apache/commons/lang3/time/DateParser.java 0 20 0
org/apache/commons/lang3/time/DatePrinter.java 0 15 0
org/apache/commons/lang3/time/DateUtils.java 0 686 0
org/apache/commons/lang3/time/DurationFormatUtils.java 0 400 0
org/apache/commons/lang3/time/FastDateFormat.java 0 160 0
org/apache/commons/lang3/time/FastDateParser.java 0 634 0
org/apache/commons/lang3/time/FastDatePrinter.java 0 638 0
org/apache/commons/lang3/time/FormatCache.java 0 140 0
org/apache/commons/lang3/time/StopWatch.java 0 129 0
org/apache/commons/lang3/tuple/ImmutablePair.java 0 25 0
org/apache/commons/lang3/tuple/ImmutableTriple.java 0 29 0
org/apache/commons/lang3/tuple/MutablePair.java 0 39 0
org/apache/commons/lang3/tuple/MutableTriple.java 0 39 0
org/apache/commons/lang3/tuple/Pair.java 0 50 0
org/apache/commons/lang3/tuple/Triple.java 0 38 0

Rules

Category Rule Violations Severity
blocks LeftCurly
  • tokens: "ANNOTATION_DEF, CLASS_DEF, CTOR_DEF, ENUM_CONSTANT_DEF, ENUM_DEF, INTERFACE_DEF, LAMBDA, LITERAL_CASE, LITERAL_CATCH, LITERAL_DEFAULT, LITERAL_DO, LITERAL_ELSE, LITERAL_FINALLY, LITERAL_FOR, LITERAL_IF, LITERAL_SWITCH, LITERAL_SYNCHRONIZED, LITERAL_TRY, LITERAL_WHILE, METHOD_DEF, OBJBLOCK, STATIC_INIT, RECORD_DEF, COMPACT_CTOR_DEF"
22  Warning
RightCurly
  • tokens: "CLASS_DEF, METHOD_DEF, CTOR_DEF, LITERAL_FOR, LITERAL_WHILE, STATIC_INIT, INSTANCE_INIT, ANNOTATION_DEF, ENUM_DEF, INTERFACE_DEF, RECORD_DEF, COMPACT_CTOR_DEF"
  • id: "RightCurlyAlone"
  • option: "alone"
25  Warning
RightCurly
  • tokens: "LITERAL_TRY, LITERAL_CATCH, LITERAL_FINALLY, LITERAL_IF, LITERAL_ELSE, LITERAL_DO"
  • id: "RightCurlySame"
25  Warning
coding FallThrough 8  Warning
MissingSwitchDefault 6  Warning
MultipleVariableDeclarations 4  Warning
OneStatementPerLine 3  Warning
OverloadMethodsDeclarationOrder 169  Warning
imports CustomImportOrder
  • separateLineBetweenGroups: "true"
  • sortImportsInGroupAlphabetically: "true"
  • customImportOrderRules: "STATIC###THIRD_PARTY_PACKAGE"
  • tokens: "IMPORT, STATIC_IMPORT, PACKAGE_DEF"
32  Warning
indentation CommentsIndentation
  • tokens: "SINGLE_LINE_COMMENT, BLOCK_COMMENT_BEGIN"
25  Warning
Indentation
  • throwsIndent: "4"
  • arrayInitIndent: "2"
  • caseIndent: "2"
  • basicOffset: "2"
  • braceAdjustment: "2"
  • lineWrappingIndentation: "4"
19717  Warning
javadoc AtclauseOrder
  • tagOrder: "@param, @return, @throws, @deprecated"
  • target: "CLASS_DEF, INTERFACE_DEF, ENUM_DEF, METHOD_DEF, CTOR_DEF, VARIABLE_DEF"
19  Warning
InvalidJavadocPosition 1  Warning
JavadocParagraph 357  Warning
JavadocTagContinuationIndentation 508  Warning
MissingJavadocType
  • scope: "protected"
  • excludeScope: "nothing"
  • tokens: "CLASS_DEF, INTERFACE_DEF, ENUM_DEF, RECORD_DEF, ANNOTATION_DEF"
1  Warning
NonEmptyAtclauseDescription 7  Warning
RequireEmptyLineBeforeBlockTagGroup 623  Warning
SummaryJavadoc
  • forbiddenSummaryFragments: "^@return the *|^This method returns |^A [{]@code [a-zA-Z0-9]+[}]( is a )"
85  Warning
misc ArrayTypeStyle 25  Warning
modifier ModifierOrder 3  Warning
naming AbbreviationAsWordInName
  • tokens: "CLASS_DEF, INTERFACE_DEF, ENUM_DEF, ANNOTATION_DEF, ANNOTATION_FIELD_DEF, PARAMETER_DEF, VARIABLE_DEF, METHOD_DEF, PATTERN_VARIABLE_DEF, RECORD_DEF, RECORD_COMPONENT_DEF"
  • ignoreFinal: "false"
  • allowedAbbreviationLength: "0"
45  Warning
LocalVariableName
  • format: "^[a-z]([a-z0-9][a-zA-Z0-9]*)?$"
7  Warning
MemberName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9]*$"
29  Warning
MethodName
  • format: "^[a-z][a-z0-9][a-zA-Z0-9_]*$"
21  Warning
ParameterName
  • format: "^[a-z]([a-z0-9][a-zA-Z0-9]*)?$"
34  Warning
sizes LineLength
  • fileExtensions: "java"
  • max: "100"
  • ignorePattern: "^package.*|^import.*|a href|href|http://|https://|ftp://"
1178  Error
whitespace EmptyLineSeparator
  • allowNoEmptyLineBetweenFields: "true"
  • tokens: "PACKAGE_DEF, IMPORT, STATIC_IMPORT, CLASS_DEF, INTERFACE_DEF, ENUM_DEF, STATIC_INIT, INSTANCE_INIT, METHOD_DEF, CTOR_DEF, VARIABLE_DEF, RECORD_DEF, COMPACT_CTOR_DEF"
120  Warning
FileTabCharacter
  • eachLine: "true"
4  Error
GenericWhitespace 1  Warning
MethodParamPad
  • tokens: "CTOR_DEF, LITERAL_NEW, METHOD_CALL, METHOD_DEF, SUPER_CTOR_CALL, ENUM_CONSTANT_DEF, RECORD_DEF"
6  Warning
NoWhitespaceBefore
  • tokens: "COMMA, SEMI, POST_INC, POST_DEC, DOT, LABELED_STAT, METHOD_REF"
  • allowLineBreaks: "true"
3  Warning
NoWhitespaceBeforeCaseDefaultColon 10  Warning
OperatorWrap
  • tokens: "BAND, BOR, BSR, BXOR, DIV, EQUAL, GE, GT, LAND, LE, LITERAL_INSTANCEOF, LOR, LT, MINUS, MOD, NOT_EQUAL, PLUS, QUESTION, SL, SR, STAR, METHOD_REF, TYPE_EXTENSION_AND "
  • option: "NL"
77  Warning
ParenPad
  • tokens: "ANNOTATION, ANNOTATION_FIELD_DEF, CTOR_CALL, CTOR_DEF, DOT, ENUM_CONSTANT_DEF, EXPR, LITERAL_CATCH, LITERAL_DO, LITERAL_FOR, LITERAL_IF, LITERAL_NEW, LITERAL_SWITCH, LITERAL_SYNCHRONIZED, LITERAL_WHILE, METHOD_CALL, METHOD_DEF, QUESTION, RESOURCE_SPECIFICATION, SUPER_CTOR_CALL, LAMBDA, RECORD_DEF"
62  Warning
WhitespaceAfter
  • tokens: "COMMA, SEMI, TYPECAST, LITERAL_IF, LITERAL_ELSE, LITERAL_WHILE, LITERAL_DO, LITERAL_FOR, DO_WHILE"
154  Warning
WhitespaceAround
  • allowEmptyConstructors: "true"
  • ignoreEnhancedForColon: "false"
  • allowEmptyLambdas: "true"
  • allowEmptyMethods: "true"
  • allowEmptyLoops: "true"
  • tokens: "ASSIGN, BAND, BAND_ASSIGN, BOR, BOR_ASSIGN, BSR, BSR_ASSIGN, BXOR, BXOR_ASSIGN, COLON, DIV, DIV_ASSIGN, DO_WHILE, EQUAL, GE, GT, LAMBDA, LAND, LCURLY, LE, LITERAL_CATCH, LITERAL_DO, LITERAL_ELSE, LITERAL_FINALLY, LITERAL_FOR, LITERAL_IF, LITERAL_RETURN, LITERAL_SWITCH, LITERAL_SYNCHRONIZED, LITERAL_TRY, LITERAL_WHILE, LOR, LT, MINUS, MINUS_ASSIGN, MOD, MOD_ASSIGN, NOT_EQUAL, PLUS, PLUS_ASSIGN, QUESTION, RCURLY, SL, SLIST, SL_ASSIGN, SR, SR_ASSIGN, STAR, STAR_ASSIGN, LITERAL_ASSERT, TYPE_EXTENSION_AND"
  • allowEmptyTypes: "true"
399  Warning

Details

org/apache/commons/lang3/AnnotationUtils.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.lang3.builder.ToStringBuilder' 24
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 51
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 52
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. 56
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. 57
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. 58
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. 59
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. 60
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. 61
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. 62
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. 63
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. 64
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be one of the following: 8, 10. 65
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be one of the following: 10, 12, 14. 75
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be one of the following: 12, 14, 16. 76
 Warning indentation Indentation 'Class' has incorrect indentation level 20, expected level should be 24. 78
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be one of the following: 12, 14, 16. 79
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be one of the following: 12, 14, 16. 80
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be one of the following: 10, 12, 14. 81
 Warning sizes LineLength Line is longer than 100 characters (found 102). 91
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be one of the following: 10, 12, 14. 93
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 107
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 108
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 116
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 118
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 120
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 122
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 123
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 124
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 125
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 126
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 127
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 128
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 129
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 130
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 131
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 132
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 133
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 134
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 135
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 136
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 137
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 138
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 140
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 141
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 142
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 143
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 144
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 145
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 146
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 147
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 148
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 149
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 150
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 151
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 152
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 153
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 160
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 163
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 165
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 167
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 168
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 169
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 170
 Warning indentation Indentation 'try' has incorrect indentation level 12, expected level should be 6. 171
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 172
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 173
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 174
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 176
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 177
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 12, expected level should be 6. 178
 Warning indentation Indentation 'catch' child has incorrect indentation level 16, expected level should be 8. 179
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 12, expected level should be 6. 180
 Warning indentation Indentation 'catch' child has incorrect indentation level 16, expected level should be 8. 181
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 12, expected level should be 6. 182
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 183
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 184
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 185
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 193
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 195
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 196
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 197
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 198
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 199
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 200
 Warning indentation Indentation 'try' has incorrect indentation level 12, expected level should be 6. 201
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 202
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 12, expected level should be 6. 203
 Warning indentation Indentation 'catch' child has incorrect indentation level 16, expected level should be 8. 204
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 12, expected level should be 6. 205
 Warning indentation Indentation 'catch' child has incorrect indentation level 16, expected level should be 8. 206
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 12, expected level should be 6. 207
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 208
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 209
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 210
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 223
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 224
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 225
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 226
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 227
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 228
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 229
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 230
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 232
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 242
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 243
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 244
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 245
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 246
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 247
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 248
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 249
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 250
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 251
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 263
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 264
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 265
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 266
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 267
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 268
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 269
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 270
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 271
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 272
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 273
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 274
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 275
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 276
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 277
 Warning sizes LineLength Line is longer than 100 characters (found 110). 287
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 287
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 288
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 289
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 290
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 291
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 292
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 293
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 294
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 295
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 296
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 297
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 298
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 299
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 300
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 301
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 302
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 303
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 304
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 305
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 306
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 307
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 308
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 309
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 310
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 311
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 312
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 313
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 314
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 315
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 316
 Warning sizes LineLength Line is longer than 100 characters (found 102). 325
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 325
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 326
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 327
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 328
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 329
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 330
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 331
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 332
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 333
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 334
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 335
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 344
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 345
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 346
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 347
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 348
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 349
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 350
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 351
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 352
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 353
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 354
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 355
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 356
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 357
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 358
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 359
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 360
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 361
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 362
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 363
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 364
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 365
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 366
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 367
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 368
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 369
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 370

org/apache/commons/lang3/ArrayUtils.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.lang3.builder.EqualsBuilder' 25
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@since' should be preceded with an empty line. 41
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 49
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 53
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 57
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 61
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 65
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 69
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 73
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 77
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 81
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 85
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 89
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 93
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 97
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 101
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 105
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 109
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 113
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 117
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 121
 Warning sizes LineLength Line is longer than 100 characters (found 114). 125
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 128
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 137
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 6, expected level should be 4. 138
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 139
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 158
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 159
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 160
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 174
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 175
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 176
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 177
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 178
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 179
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 189
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 190
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 191
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 203
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 204
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 205
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 227
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 230
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 232
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 234
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 235
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 236
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 237
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 238
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 239
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 240
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 241
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 242
 Warning whitespace WhitespaceAfter ',' is not followed by whitespace. 242
 Warning whitespace WhitespaceAfter ',' is not followed by whitespace. 242
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 243
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 244
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 245
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 246
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 247
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 250
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 251
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 252
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 253
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 256
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 257
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 258
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 259
 Warning sizes LineLength Line is longer than 100 characters (found 116). 291
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 300
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 301
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 302
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 319
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 320
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 321
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 322
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 323
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 324
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 335
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 336
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 337
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 338
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 339
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 340
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 351
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 352
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 353
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 354
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 355
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 356
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 367
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 368
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 369
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 370
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 371
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 372
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 383
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 384
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 385
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 386
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 387
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 388
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 399
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 400
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 401
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 402
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 403
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 404
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 415
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 416
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 417
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 418
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 419
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 420
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 431
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 432
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 433
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 434
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 435
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 436
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 447
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 448
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 449
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 450
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 451
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 452
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 469
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 470
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 471
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 472
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 473
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 474
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 489
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 490
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 491
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 492
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 493
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 494
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 509
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 510
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 511
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 512
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 513
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 514
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 529
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 530
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 531
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 532
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 533
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 534
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 549
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 550
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 551
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 552
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 553
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 554
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 569
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 570
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 571
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 572
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 573
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 574
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 589
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 590
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 591
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 592
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 593
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 594
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 609
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 610
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 611
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 612
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 613
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 614
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 629
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 630
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 631
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 632
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 633
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 634
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 649
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 650
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 651
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 652
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 653
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 654
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 669
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 670
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 671
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 672
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 673
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 674
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 689
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 690
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 691
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 692
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 693
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 694
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 709
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 710
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 711
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 712
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 713
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 714
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 729
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 730
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 731
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 732
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 733
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 734
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 749
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 750
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 751
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 752
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 753
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 754
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 769
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 770
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 771
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 772
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 773
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 774
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 789
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 790
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 791
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 792
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 793
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 794
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 809
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 810
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 811
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 812
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 813
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 814
 Warning sizes LineLength Line is longer than 100 characters (found 101). 846
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 846
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 847
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 848
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 849
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 850
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 851
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 852
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 853
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 854
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 855
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 856
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 857
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 858
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 859
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 861
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 862
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 863
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 866
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 867
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 868
 Warning sizes LineLength Line is longer than 100 characters (found 103). 889
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 889
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 890
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 891
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 892
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 893
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 894
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 895
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 896
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 897
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 898
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 899
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 900
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 901
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 902
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 904
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 905
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 906
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 907
 Warning sizes LineLength Line is longer than 100 characters (found 101). 928
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 928
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 929
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 930
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 931
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 932
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 933
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 934
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 935
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 936
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 937
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 938
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 939
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 940
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 941
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 943
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 944
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 945
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 946
 Warning sizes LineLength Line is longer than 100 characters (found 105). 967
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 967
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 968
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 969
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 970
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 971
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 972
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 973
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 974
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 975
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 976
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 977
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 978
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 979
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 980
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 982
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 983
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 984
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 985
 Warning sizes LineLength Line is longer than 100 characters (found 103). 1006
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1006
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1007
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1008
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1009
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1010
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1011
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1012
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1013
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1014
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1015
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1016
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1017
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1018
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1019
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1021
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1022
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1023
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1024
 Warning sizes LineLength Line is longer than 100 characters (found 103). 1045
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1045
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1046
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1047
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1048
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1049
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1050
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1051
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1052
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1053
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1054
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1055
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1056
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1057
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1058
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1060
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1061
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1062
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1063
 Warning sizes LineLength Line is longer than 100 characters (found 107). 1084
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1084
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1085
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1086
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1087
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1088
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1089
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1090
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1091
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1092
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1093
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1094
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1095
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1096
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1097
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1099
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1100
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1101
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1102
 Warning sizes LineLength Line is longer than 100 characters (found 105). 1123
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1123
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1124
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1125
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1126
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1127
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1128
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1129
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1130
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1131
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1132
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1133
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1134
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1135
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1136
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1138
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1139
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1140
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1141
 Warning sizes LineLength Line is longer than 100 characters (found 109). 1162
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1162
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1163
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1164
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1165
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1166
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1167
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1168
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1169
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1170
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1171
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1172
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1173
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1174
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1175
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1177
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1178
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1179
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1180
 Warning javadoc JavadocParagraph Redundant <p> tag. 1185
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1193
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1195
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1196
 Warning whitespace OperatorWrap '||' should be on a new line. 1196
 Warning whitespace OperatorWrap '||' should be on a new line. 1197
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 6. 1199
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1200
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1201
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1202
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1211
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1213
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1214
 Warning whitespace OperatorWrap '||' should be on a new line. 1214
 Warning whitespace OperatorWrap '||' should be on a new line. 1215
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 6. 1217
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1218
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1219
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1220
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1229
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1231
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1232
 Warning whitespace OperatorWrap '||' should be on a new line. 1232
 Warning whitespace OperatorWrap '||' should be on a new line. 1233
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 6. 1235
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1236
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1237
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1238
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1247
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1249
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1250
 Warning whitespace OperatorWrap '||' should be on a new line. 1250
 Warning whitespace OperatorWrap '||' should be on a new line. 1251
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 6. 1253
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1254
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1255
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1256
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1265
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1267
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1268
 Warning whitespace OperatorWrap '||' should be on a new line. 1268
 Warning whitespace OperatorWrap '||' should be on a new line. 1269
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 6. 1271
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1272
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1273
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1274
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1283
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1285
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1286
 Warning whitespace OperatorWrap '||' should be on a new line. 1286
 Warning whitespace OperatorWrap '||' should be on a new line. 1287
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 6. 1289
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1290
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1291
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1292
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1301
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1303
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1304
 Warning whitespace OperatorWrap '||' should be on a new line. 1304
 Warning whitespace OperatorWrap '||' should be on a new line. 1305
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 6. 1307
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1308
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1309
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1310
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1319
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1321
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1322
 Warning whitespace OperatorWrap '||' should be on a new line. 1322
 Warning whitespace OperatorWrap '||' should be on a new line. 1323
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 6. 1325
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1326
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1327
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1328
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1337
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1339
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1340
 Warning whitespace OperatorWrap '||' should be on a new line. 1340
 Warning whitespace OperatorWrap '||' should be on a new line. 1341
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 6. 1343
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1344
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1345
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1346
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1369
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1370
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1371
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1372
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1373
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1374
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1385
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1386
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1387
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1388
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1389
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1390
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1403
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1404
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1405
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1406
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1407
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1408
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1409
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 1410
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 1411
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 1412
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 1413
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 1414
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 1415
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 1416
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1417
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1426
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1427
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1428
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1429
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1430
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1431
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1432
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 1433
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 1434
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 1435
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 1436
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 1437
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 1438
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 1439
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1440
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1449
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1450
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1451
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1452
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1453
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1454
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1455
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 1456
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 1457
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 1458
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 1459
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 1460
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 1461
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 1462
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1463
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1472
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1473
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1474
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1475
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1476
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1477
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1478
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 1479
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 1480
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 1481
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 1482
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 1483
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 1484
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 1485
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1486
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1495
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1496
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1497
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1498
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1499
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1500
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1501
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 1502
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 1503
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 1504
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 1505
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 1506
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 1507
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 1508
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1509
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1518
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1519
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1520
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1521
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1522
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1523
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1524
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 1525
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 1526
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 1527
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 1528
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 1529
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 1530
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 1531
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1532
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1541
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1542
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1543
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1544
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1545
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1546
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1547
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 1548
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 1549
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 1550
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 1551
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 1552
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 1553
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 1554
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1555
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1564
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1565
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1566
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1567
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1568
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1569
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1570
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 1571
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 1572
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 1573
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 1574
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 1575
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 1576
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 1577
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1578
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1587
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1588
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1589
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1590
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1591
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1592
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1593
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 1594
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 1595
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 1596
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 1597
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 1598
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 1599
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 1600
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1601
 Warning sizes LineLength Line is longer than 100 characters (found 103). 1611
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1616
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1618
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1619
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1620
 Warning sizes LineLength Line is longer than 100 characters (found 103). 1625
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1634
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1636
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1637
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1638
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1639
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1640
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1641
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1642
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1643
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 1644
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 1645
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 1646
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 1647
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 1648
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1649
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 1650
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 1651
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 1652
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 1653
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 1654
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1655
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1656
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1657
 Warning sizes LineLength Line is longer than 100 characters (found 103). 1662
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1667
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1669
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1670
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1671
 Warning sizes LineLength Line is longer than 100 characters (found 103). 1676
 Warning sizes LineLength Line is longer than 100 characters (found 107). 1678
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1685
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1687
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1688
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1689
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1690
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1691
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1692
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1693
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1694
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1695
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1696
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 1697
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 1698
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 1699
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 1700
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 1701
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1702
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 1703
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 1704
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 1705
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 1706
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 1707
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1708
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1709
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1710
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1721
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1722
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1723
 Warning sizes LineLength Line is longer than 100 characters (found 103). 1730
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1735
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1737
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '1,636'. 1737
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1738
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1739
 Warning sizes LineLength Line is longer than 100 characters (found 103). 1744
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1753
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1755
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1756
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1757
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1758
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1759
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1760
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1761
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 1762
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 1763
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1764
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1765
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 1766
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1767
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1768
 Warning sizes LineLength Line is longer than 100 characters (found 103). 1773
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1778
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1780
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '1,687'. 1780
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1781
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1782
 Warning sizes LineLength Line is longer than 100 characters (found 103). 1787
 Warning sizes LineLength Line is longer than 100 characters (found 111). 1789
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1796
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1798
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1799
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1800
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1801
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1802
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1803
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1804
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1805
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1806
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 1807
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 1808
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1809
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1810
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 1811
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1812
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1813
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1824
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '1,721'. 1824
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1825
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1826
 Warning sizes LineLength Line is longer than 100 characters (found 103). 1833
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1838
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1840
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '1,755'. 1840
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1841
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1842
 Warning sizes LineLength Line is longer than 100 characters (found 103). 1847
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1856
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1858
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1859
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1860
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1861
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1862
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1863
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1864
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 1865
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 1866
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1867
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1868
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 1869
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1870
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1871
 Warning sizes LineLength Line is longer than 100 characters (found 103). 1876
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1881
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1883
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '1,798'. 1883
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1884
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1885
 Warning sizes LineLength Line is longer than 100 characters (found 103). 1890
 Warning sizes LineLength Line is longer than 100 characters (found 111). 1892
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1899
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1901
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1902
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1903
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1904
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1905
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1906
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1907
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1908
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1909
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 1910
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 1911
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1912
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1913
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 1914
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1915
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1916
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1927
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '1,824'. 1927
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1928
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1929
 Warning sizes LineLength Line is longer than 100 characters (found 103). 1936
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1941
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1943
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '1,858'. 1943
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1944
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1945
 Warning sizes LineLength Line is longer than 100 characters (found 103). 1950
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1959
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1961
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1962
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1963
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1964
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1965
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1966
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1967
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 1968
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 1969
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1970
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1971
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 1972
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1973
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1974
 Warning sizes LineLength Line is longer than 100 characters (found 103). 1979
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1984
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1986
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '1,901'. 1986
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1987
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1988
 Warning sizes LineLength Line is longer than 100 characters (found 103). 1993
 Warning sizes LineLength Line is longer than 100 characters (found 111). 1995
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 2002
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2004
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2005
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2006
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2007
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2008
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2009
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2010
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2011
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2012
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 2013
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 2014
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 2015
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 2016
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 2017
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2018
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2019
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2030
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '1,927'. 2030
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2031
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2032
 Warning sizes LineLength Line is longer than 100 characters (found 103). 2039
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 2044
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2047
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '1,961'. 2047
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2048
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2049
 Warning sizes LineLength Line is longer than 100 characters (found 103). 2054
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 2063
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2066
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2067
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2068
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2069
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2070
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2071
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2072
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 2073
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 2074
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 2075
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 2076
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 2077
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2078
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2079
 Warning sizes LineLength Line is longer than 100 characters (found 103). 2084
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 2089
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2092
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '2,004'. 2092
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2093
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2094
 Warning sizes LineLength Line is longer than 100 characters (found 103). 2099
 Warning sizes LineLength Line is longer than 100 characters (found 111). 2101
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 2108
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2111
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2112
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2113
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2114
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2115
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2116
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2117
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2118
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2119
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 2120
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 2121
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 2122
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 2123
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 2124
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2125
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2126
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2138
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '2,030'. 2138
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2139
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2140
 Warning sizes LineLength Line is longer than 100 characters (found 103). 2147
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 2152
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2154
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '2,066'. 2154
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2155
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2156
 Warning sizes LineLength Line is longer than 100 characters (found 103). 2161
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 2170
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2172
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2173
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2174
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2175
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2176
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2177
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2178
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 2179
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 2180
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 2181
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 2182
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 2183
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2184
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2185
 Warning sizes LineLength Line is longer than 100 characters (found 103). 2190
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 2195
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2197
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '2,111'. 2197
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2198
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2199
 Warning sizes LineLength Line is longer than 100 characters (found 103). 2204
 Warning sizes LineLength Line is longer than 100 characters (found 111). 2206
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 2213
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2215
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2216
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2217
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2218
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2219
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2220
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2221
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2222
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2223
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 2224
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 2225
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 2226
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 2227
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 2228
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2229
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2230
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2241
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '2,138'. 2241
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2242
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2243
 Warning sizes LineLength Line is longer than 100 characters (found 103). 2250
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 2255
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2257
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '2,172'. 2257
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2258
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2259
 Warning sizes LineLength Line is longer than 100 characters (found 103). 2266
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 2272
 Warning sizes LineLength Line is longer than 100 characters (found 103). 2274
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2274
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2275
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2276
 Warning sizes LineLength Line is longer than 100 characters (found 103). 2281
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 2290
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2292
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2293
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2294
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2295
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2296
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2297
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2298
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 2299
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 2300
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 2301
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 2302
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 2303
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2304
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2305
 Warning sizes LineLength Line is longer than 100 characters (found 103). 2312
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 2322
 Warning sizes LineLength Line is longer than 100 characters (found 119). 2324
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2324
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2325
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2326
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2327
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2328
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2329
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2330
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2331
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2332
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 2333
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 2334
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 2335
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 2336
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 2337
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2338
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2339
 Warning sizes LineLength Line is longer than 100 characters (found 103). 2344
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 2349
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2351
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '2,215'. 2351
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2352
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2353
 Warning sizes LineLength Line is longer than 100 characters (found 103). 2360
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 2366
 Warning sizes LineLength Line is longer than 100 characters (found 107). 2368
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2368
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2369
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2370
 Warning sizes LineLength Line is longer than 100 characters (found 103). 2375
 Warning sizes LineLength Line is longer than 100 characters (found 111). 2377
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 2384
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2386
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2387
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2388
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2389
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2390
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2391
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2392
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2393
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2394
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 2395
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 2396
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 2397
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 2398
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 2399
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2400
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2401
 Warning sizes LineLength Line is longer than 100 characters (found 103). 2408
 Warning sizes LineLength Line is longer than 100 characters (found 111). 2410
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 2418
 Warning sizes LineLength Line is longer than 100 characters (found 123). 2420
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2420
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2421
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2422
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2423
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2424
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2425
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2426
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2427
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2428
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2429
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2430
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 2431
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 2432
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 2433
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 2434
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 2435
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2436
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2437
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2448
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '2,241'. 2448
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2449
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2450
 Warning sizes LineLength Line is longer than 100 characters (found 108). 2465
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2465
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2466
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2467
 Warning sizes LineLength Line is longer than 100 characters (found 103). 2474
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 2479
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2481
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '2,324'. 2481
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2482
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2483
 Warning sizes LineLength Line is longer than 100 characters (found 103). 2488
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 2497
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2499
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2500
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2501
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2502
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2503
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2504
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2505
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 2506
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 2507
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 2508
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 2509
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 2510
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2511
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2512
 Warning sizes LineLength Line is longer than 100 characters (found 103). 2517
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 2522
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2524
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '2,420'. 2524
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2525
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2526
 Warning sizes LineLength Line is longer than 100 characters (found 103). 2531
 Warning sizes LineLength Line is longer than 100 characters (found 111). 2533
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 2540
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2542
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2543
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2544
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2545
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2546
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2547
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2548
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2549
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2550
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 2551
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 2552
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 2553
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 2554
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 2555
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2556
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2557
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2568
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '2,465'. 2568
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2569
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2570
 Warning sizes LineLength Line is longer than 100 characters (found 103). 2577
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 2582
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2584
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '2,499'. 2584
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2585
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2586
 Warning sizes LineLength Line is longer than 100 characters (found 103). 2591
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 2600
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 2601
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2603
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2604
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2605
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2606
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2607
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2608
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2609
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 2610
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 2611
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 2612
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 2613
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 2614
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2615
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2616
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 2627
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2629
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '2,542'. 2629
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2630
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2631
 Warning sizes LineLength Line is longer than 100 characters (found 103). 2636
 Warning sizes LineLength Line is longer than 100 characters (found 107). 2638
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 2645
 Warning sizes LineLength Line is longer than 100 characters (found 101). 2647
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2647
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2648
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2649
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2650
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2651
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2652
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2653
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2654
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2655
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 2656
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 2657
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 2658
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 2659
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 2660
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2661
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2662
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2673
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '2,568'. 2673
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2674
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2675
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2691
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2692
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2693
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2694
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2695
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2696
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2697
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 2698
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 2699
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 2700
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2701
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2702
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2713
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2714
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2715
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2716
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2717
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2718
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2719
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 2720
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 2721
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 2722
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 2723
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2724
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2725
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2735
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2736
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2737
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2738
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2739
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2740
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2741
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 2742
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 2743
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 2744
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2745
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 5, expected level should be 2. 2746
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2759
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '2,713'. 2759
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2760
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2761
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2762
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2763
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2764
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2765
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 2766
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 2767
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 2768
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2769
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2770
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2781
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2782
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2783
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2784
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2785
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2786
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2787
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 2788
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 2789
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 2790
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 2791
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2792
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2793
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2803
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '2,735'. 2803
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2804
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2805
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2806
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2807
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2808
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2809
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 2810
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 2811
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 2812
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2813
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2814
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2827
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '2,781'. 2827
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2828
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2829
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2830
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2831
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2832
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2833
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 2834
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 2835
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 2836
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2837
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2838
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2849
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2850
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2851
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2852
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2853
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2854
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2855
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 2856
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 2857
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 2858
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 2859
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2860
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2861
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2871
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '2,803'. 2871
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2872
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2873
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2874
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2875
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2876
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2877
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 2878
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 2879
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 2880
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2881
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2882
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2895
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '2,849'. 2895
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2896
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2897
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2898
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2899
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2900
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2901
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 2902
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 2903
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 2904
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2905
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2906
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2917
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2918
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2919
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2920
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2921
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2922
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2923
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 2924
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 2925
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 2926
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 2927
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2928
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2929
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2939
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '2,871'. 2939
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2940
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2941
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2942
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2943
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2944
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2945
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 2946
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 2947
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 2948
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2949
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2950
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2963
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '2,917'. 2963
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2964
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2965
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2966
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2967
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2968
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2969
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 2970
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 2971
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 2972
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2973
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2974
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2985
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2986
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2987
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2988
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2989
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2990
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2991
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 2992
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 2993
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 2994
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 2995
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2996
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2997
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 3007
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '2,939'. 3007
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 3008
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 3009
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 3010
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 3011
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 3012
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3013
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 3014
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 3015
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 3016
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3017
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 3018
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 3031
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '2,985'. 3031
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 3032
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 3033
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 3034
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 3035
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 3036
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3037
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 3038
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 3039
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 3040
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3041
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 3042
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 3053
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 3054
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 3055
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 3056
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 3057
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 3058
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3059
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 3060
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 3061
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 3062
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 3063
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3064
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 3065
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 3075
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '3,007'. 3075
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 3076
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 3077
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 3078
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 3079
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 3080
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3081
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 3082
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 3083
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 3084
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3085
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 3086
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 3099
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '3,053'. 3099
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 3100
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 3101
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 3102
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 3103
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 3104
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3105
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 3106
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 3107
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 3108
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3109
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 3110
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 3121
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 3122
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 3123
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 3124
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 3125
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 3126
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3127
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 3128
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 3129
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 3130
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 3131
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3132
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 3133
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 3143
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '3,075'. 3143
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 3144
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 3145
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 3146
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 3147
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 3148
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3149
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 3150
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 3151
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 3152
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3153
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 3154
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 3167
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '3,121'. 3167
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 3168
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 3169
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 3170
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 3171
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 3172
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3173
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 3174
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 3175
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 3176
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3177
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 3178
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 3189
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 3190
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 3191
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 3192
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 3193
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 3194
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3195
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 3196
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 3197
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 3198
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 3199
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3200
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 3201
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 3211
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '3,143'. 3211
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 3212
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 3213
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 3214
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 3215
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 3216
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3217
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 3218
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 3219
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 3220
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3221
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 3222
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 3232
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3233
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 3234
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 3243
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3244
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 3245
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 3254
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3255
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 3256
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 3265
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3266
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 3267
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 3276
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3277
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 3278
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 3287
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3288
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 3289
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 3298
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3299
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 3300
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 3309
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3310
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 3311
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 3320
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3321
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 3322
 Warning indentation CommentsIndentation Block comment has incorrect indentation level 4, expected is 5, indentation should be the same level as line 3,333. 3325
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 5, expected level should be 2. 3333
 Warning indentation Indentation 'method def' child has incorrect indentation level 9, expected level should be 4. 3334
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 5, expected level should be 2. 3335
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 3344
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3345
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 3346
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 3355
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3356
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 3357
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 3366
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3367
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 3368
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 3377
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3378
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 3379
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 3388
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3389
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 3390
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 3399
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3400
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 3401
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 3410
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3411
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 3412
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 3421
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3422
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 3423
 Warning sizes LineLength Line is longer than 100 characters (found 101). 3442
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 3449
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 3450
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 3451
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 3452
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 3453
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 3454
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3455
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3456
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3459
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 3460
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 3461
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 3462
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 3469
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 3470
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 3470
 Warning sizes LineLength Line is longer than 100 characters (found 101). 3471
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 3471
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 3471
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not preceded with whitespace. 3471
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 3471
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not preceded with whitespace. 3471
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 3472
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 3473
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 3474
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 3475
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3476
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 3477
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 3496
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 3497
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 3498
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 3499
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 3500
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 3501
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3502
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3503
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3504
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3505
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 3506
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 3525
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 3526
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 3527
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 3528
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 3529
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 3530
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3531
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3532
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3533
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3534
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 3535
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 3554
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 3555
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 3556
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 3557
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 3558
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 3559
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3560
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3561
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3562
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3563
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 3564
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 3583
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 3584
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 3585
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 3586
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 3587
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 3588
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3589
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3590
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3591
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3592
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 3593
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 3612
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 3613
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 3614
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 3615
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 3616
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 3617
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3618
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3619
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3620
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3621
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 3622
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 3641
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 3642
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 3643
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 3644
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 3645
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 3646
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3647
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3648
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3649
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3650
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 3651
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 3670
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 3671
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 3672
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 3673
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 3674
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 3675
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3676
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3677
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3678
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3679
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 3680
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 3699
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 3700
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 3701
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 3702
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 3703
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 3704
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3705
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3706
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3707
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3708
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 3709
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 3734
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 3735
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 3736
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 3740
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3741
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 3742
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 3742
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 3743
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 3744
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 3745
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 3746
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 3747
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 3748
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3749
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3752
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3753
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 3754
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 3777
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3778
 Warning whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 3778
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3779
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3780
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 3781
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 3804
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3805
 Warning whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 3805
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3806
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3807
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 3808
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 3831
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3832
 Warning whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 3832
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3833
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3834
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 3835
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 3858
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3859
 Warning whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 3859
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3860
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3861
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 3862
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 3885
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3886
 Warning whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 3886
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3887
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3888
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 3889
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 3912
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3913
 Warning whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 3913
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3914
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3915
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 3916
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 3939
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3940
 Warning whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 3940
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3941
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3942
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 3943
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 3966
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3967
 Warning whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 3967
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3968
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3969
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 3970
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 3978
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 3981
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 3982
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 3983
 Warning sizes LineLength Line is longer than 100 characters (found 108). 3984
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 3984
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 3985
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 3986
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 3987
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3988
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 3989
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 4018
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 4021
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '3,966'. 4021
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4022
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 4023
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 4024
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 4025
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 4026
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 4027
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 4028
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 4029
 Warning sizes LineLength Line is longer than 100 characters (found 103). 4030
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4030
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4032
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 4033
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 4060
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 4062
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4063
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 4064
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 4092
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 4094
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4095
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 4096
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 4123
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 4125
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4126
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 4127
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 4154
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 4156
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4157
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 4158
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 4185
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 4187
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4188
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 4189
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 4216
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 4218
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4219
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 4220
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 4247
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 4249
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4250
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 4251
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 4278
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 4280
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4281
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 4282
 Warning sizes LineLength Line is longer than 100 characters (found 111). 4295
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 4295
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 4296
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 4297
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 4298
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 4299
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 4300
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 4301
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 4302
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 4303
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4304
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 4305
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 4306
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 4307
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4308
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4309
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4310
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 4311
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 4312
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 4313
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4314
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 4315
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 4343
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 4346
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4348
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 4349
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 4377
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4378
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 4379
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 4380
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 4381
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4382
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 4383
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 4410
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 4413
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '4,346'. 4413
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4414
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 4415
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 4442
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '4,377'. 4442
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4443
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 4444
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 4445
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 4446
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4447
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 4448
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 4475
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 4478
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '4,413'. 4478
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4479
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 4480
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 4507
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '4,442'. 4507
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4508
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 4509
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 4510
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 4511
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4512
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 4513
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 4540
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 4543
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '4,478'. 4543
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4544
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 4545
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 4572
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '4,507'. 4572
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4573
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 4574
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 4575
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 4576
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4577
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 4578
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 4605
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 4608
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '4,543'. 4608
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4609
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 4610
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 4637
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '4,572'. 4637
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4638
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 4639
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 4640
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 4641
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4642
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 4643
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 4670
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 4673
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '4,608'. 4673
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4674
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 4675
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 4702
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '4,637'. 4702
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4703
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 4704
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 4705
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 4706
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4707
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 4708
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 4735
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 4738
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '4,673'. 4738
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4739
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 4740
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 4767
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '4,702'. 4767
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4768
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 4769
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 4770
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 4771
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4772
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 4773
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 4800
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 4803
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '4,738'. 4803
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4804
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 4805
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 4832
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '4,767'. 4832
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4833
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 4834
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 4835
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 4836
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4837
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 4838
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 4865
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 4868
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '4,803'. 4868
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4869
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 4870
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 4897
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '4,832'. 4897
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4898
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 4899
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 4900
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 4901
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4902
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 4903
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 4923
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 4926
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '4,868'. 4926
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4927
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 4928
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 4929
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 4930
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4932
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4933
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 4934
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 4935
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 4936
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4938
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 4939
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 4964
 Warning sizes LineLength Line is longer than 100 characters (found 103). 4967
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 4967
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4969
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 4970
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 5000
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 5001
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 5002
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 5003
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5004
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 5005
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 5006
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 5007
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 5008
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 5009
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 5010
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 5011
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 5012
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5013
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 5014
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 5015
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 5016
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 5017
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 5018
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 5019
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 5020
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 5021
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 5022
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 5023
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 5024
 Warning sizes LineLength Line is longer than 100 characters (found 107). 5025
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5025
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5028
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 5029
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 5057
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 5060
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '4,967'. 5060
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5061
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 5062
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 5091
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '5,000'. 5091
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 5092
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 5093
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 5094
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5095
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 5096
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 5097
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 5098
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 5099
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 5100
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 5101
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 5102
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 5103
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 5104
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5105
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 5106
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 5107
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 5108
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 5109
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 5110
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 5111
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 5112
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 5113
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 5114
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 5115
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 5116
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5117
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 5118
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 5146
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 5149
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '5,060'. 5149
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5150
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 5151
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 5180
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '5,091'. 5180
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 5181
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 5182
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 5183
 Warning sizes LineLength Line is longer than 100 characters (found 101). 5184
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5184
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 5185
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 5186
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 5187
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 5188
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 5189
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 5190
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 5191
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 5192
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 5193
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5194
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 5195
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 5196
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 5197
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 5198
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 5199
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 5200
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 5201
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 5202
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 5203
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 5204
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 5205
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5206
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 5207
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 5235
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 5238
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '5,149'. 5238
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5239
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 5240
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 5269
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '5,180'. 5269
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 5270
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 5271
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 5272
 Warning sizes LineLength Line is longer than 100 characters (found 105). 5273
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5273
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 5274
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 5275
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 5276
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 5277
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 5278
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 5279
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 5280
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 5281
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 5282
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5283
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 5284
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 5285
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 5286
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 5287
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 5288
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 5289
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 5290
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 5291
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 5292
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 5293
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 5294
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5295
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 5296
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 5324
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 5327
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '5,238'. 5327
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5328
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 5329
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 5358
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '5,269'. 5358
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 5359
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 5360
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 5361
 Warning sizes LineLength Line is longer than 100 characters (found 109). 5362
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5362
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 5363
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 5364
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 5365
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 5366
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 5367
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 5368
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 5369
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 5370
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 5371
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5372
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 5373
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 5374
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 5375
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 5376
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 5377
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 5378
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 5379
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 5380
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 5381
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 5382
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 5383
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5384
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 5385
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 5413
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 5416
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '5,327'. 5416
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5417
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 5418
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 5447
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '5,358'. 5447
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 5448
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 5449
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 5450
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5451
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 5452
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 5453
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 5454
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 5455
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 5456
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 5457
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 5458
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 5459
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 5460
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5461
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 5462
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 5463
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 5464
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 5465
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 5466
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 5467
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 5468
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 5469
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 5470
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 5471
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 5472
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5473
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 5474
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 5502
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 5505
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '5,416'. 5505
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5506
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 5507
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 5536
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '5,447'. 5536
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 5537
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 5538
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 5539
 Warning sizes LineLength Line is longer than 100 characters (found 101). 5540
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5540
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 5541
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 5542
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 5543
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 5544
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 5545
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 5546
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 5547
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 5548
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 5549
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5550
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 5551
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 5552
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 5553
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 5554
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 5555
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 5556
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 5557
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 5558
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 5559
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 5560
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 5561
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5562
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 5563
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 5591
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 5594
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '5,505'. 5594
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5595
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 5596
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 5625
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '5,536'. 5625
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 5626
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 5627
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 5628
 Warning sizes LineLength Line is longer than 100 characters (found 103). 5629
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5629
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 5630
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 5631
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 5632
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 5633
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 5634
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 5635
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 5636
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 5637
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 5638
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5639
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 5640
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 5641
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 5642
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 5643
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 5644
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 5645
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 5646
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 5647
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 5648
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 5649
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 5650
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5651
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 5652
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 5676
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 5679
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '5,594'. 5679
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5680
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 5681
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 5710
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '5,625'. 5710
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 5711
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 5712
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 5713
 Warning sizes LineLength Line is longer than 100 characters (found 126). 5714
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5714
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 5715
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 5716
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 5717
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 5718
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 5719
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 5720
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 5721
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 5722
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 5723
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5724
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 5725
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 5726
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 5727
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 5728
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 5729
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 5730
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 5731
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 5732
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 5733
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 5734
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 5735
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5736
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 5737
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 5741
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 5747
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '5,679'. 5747
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5748
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5749
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 5751
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 5752
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 5754
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 5755
 Warning indentation Indentation 'while' has incorrect indentation level 12, expected level should be 6. 5756
 Warning indentation Indentation 'while' child has incorrect indentation level 16, expected level should be 8. 5757
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 5758
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 5759
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 5760
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 5761
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 5762
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 5763
 Warning indentation Indentation 'while' child has incorrect indentation level 16, expected level should be 8. 5764
 Warning indentation Indentation 'while' child has incorrect indentation level 16, expected level should be 8. 5765
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 12, expected level should be 6. 5766
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 5767
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5768
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 5769
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 5770
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 5771
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 5772
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 5773
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 5774
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 5775
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 5776
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 5777
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 5779
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 5780
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 5781
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 5782
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 5783
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 5784
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 5785
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5786
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 5787
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 5792
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 5798
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5799
 Warning sizes LineLength Line is longer than 100 characters (found 101). 5800
 Warning sizes LineLength Line is longer than 100 characters (found 103). 5804
 Warning indentation CommentsIndentation Comment has incorrect indentation level 0, expected is 8, indentation should be the same level as line 5,806. 5805
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5806
 Warning sizes LineLength Line is longer than 100 characters (found 107). 5807
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5807
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5808
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 5808
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 5808
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5809
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 5809
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 5809
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5810
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5811
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 5812
 Warning whitespace WhitespaceAfter 'while' is not followed by whitespace. 5812
 Warning whitespace WhitespaceAround WhitespaceAround: 'while' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 5812
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 5812
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 5813
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 5814
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 5815
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 5816
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 5817
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 5818
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 5819
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5820
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 5821
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 5822
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 5823
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5824
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 5825

org/apache/commons/lang3/BitField.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 27
 Warning naming MemberName Member name '_mask' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 27
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 28
 Warning naming MemberName Member name '_shift_count' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 28
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 34
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 35
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 37
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 38
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 39
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 40
 Warning naming LocalVariableName Local variable name 'bit_pattern' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 40
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'while' has incorrect indentation level 12, expected level should be 6. 43
 Warning indentation Indentation 'while' child has incorrect indentation level 16, expected level should be 8. 44
 Warning indentation Indentation 'while' child has incorrect indentation level 16, expected level should be 8. 45
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 12, expected level should be 6. 46
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 47
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 48
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 49
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 62
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 65
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 66
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 67
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 80
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 83
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 84
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 85
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 91
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 94
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 95
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 96
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 102
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 105
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 106
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 107
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 118
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 120
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 122
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 123
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 124
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 134
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 136
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 138
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 139
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 140
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 147
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 150
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 152
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 153
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 154
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 161
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 164
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 166
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 167
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 168
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 174
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 176
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 178
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 179
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 180
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 186
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 188
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 190
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 191
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 192
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 198
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 201
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 203
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 204
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 205
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 211
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 213
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 215
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 216
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 217
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 223
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 225
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 227
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 228
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 229
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 235
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 238
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 240
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 241
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 242
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 248
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 253
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 254
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 255
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 261
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 264
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 266
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 267
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 268
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 274
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 277
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 279
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 280
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 281

org/apache/commons/lang3/BooleanUtils.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@since' should be preceded with an empty line. 29
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 41
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 6, expected level should be 4. 42
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 43
 Warning sizes LineLength Line is longer than 100 characters (found 103). 52
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 63
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 65
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 66
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 67
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 68
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 86
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 87
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 88
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 104
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 105
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 106
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 122
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 123
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 124
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 140
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 141
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 142
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 158
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 159
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 160
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 175
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 176
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 177
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 178
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 179
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 180
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 196
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 198
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '158'. 198
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 199
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 200
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 214
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 216
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 217
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 218
 Warning sizes LineLength Line is longer than 100 characters (found 103). 226
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 236
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 238
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 239
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 240
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 241
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 242
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 243
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 261
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '198'. 261
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 262
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 263
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 264
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 265
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 266
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 267
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 269
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 270
 Warning sizes LineLength Line is longer than 100 characters (found 109). 289
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 289
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 290
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 291
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 292
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 293
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 294
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 295
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 296
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 297
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 298
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 299
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 300
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 301
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 303
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 304
 Warning sizes LineLength Line is longer than 100 characters (found 103). 309
 Warning sizes LineLength Line is longer than 100 characters (found 124). 324
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 324
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '238'. 324
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 325
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 326
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 327
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 328
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 329
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 330
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 331
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 332
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 333
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 335
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 336
 Warning sizes LineLength Line is longer than 100 characters (found 103). 341
 Warning sizes LineLength Line is longer than 100 characters (found 132). 344
 Warning sizes LineLength Line is longer than 100 characters (found 133). 345
 Warning sizes LineLength Line is longer than 100 characters (found 124). 346
 Warning sizes LineLength Line is longer than 100 characters (found 140). 356
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 356
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 357
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 358
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 359
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 360
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 361
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 362
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 363
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 364
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 365
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 366
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 367
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 368
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 369
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 370
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 371
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 372
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 373
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 375
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 376
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 392
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 393
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 394
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 408
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 409
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 410
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 426
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 427
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 428
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 429
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 430
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 431
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 446
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '392'. 446
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 447
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 448
 Warning sizes LineLength Line is longer than 100 characters (found 117). 465
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 465
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 466
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 467
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 468
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 469
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 470
 Warning sizes LineLength Line is longer than 100 characters (found 105). 476
 Warning sizes LineLength Line is longer than 100 characters (found 105). 477
 Warning sizes LineLength Line is longer than 100 characters (found 114). 485
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 485
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '426'. 485
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 486
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 487
 Warning sizes LineLength Line is longer than 100 characters (found 133). 493
 Warning sizes LineLength Line is longer than 100 characters (found 133). 494
 Warning sizes LineLength Line is longer than 100 characters (found 133). 495
 Warning sizes LineLength Line is longer than 100 characters (found 139). 504
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 504
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 505
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 506
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 507
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 508
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 509
 Warning sizes LineLength Line is longer than 100 characters (found 103). 522
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 545
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '356'. 545
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 552
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 553
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 554
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 555
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 556
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 557
 Warning indentation Indentation 'switch' has incorrect indentation level 8, expected level should be 4. 558
 Warning coding MissingSwitchDefault switch without "default" clause. 558
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 559
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 560
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 561
 Warning whitespace OperatorWrap '||' should be on a new line. 561
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 563
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 564
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 565
 Warning whitespace OperatorWrap '||' should be on a new line. 565
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 567
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 568
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 569
 Warning indentation Indentation 'block rcurly' has incorrect indentation level 12, expected level should be 6. 570
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 571
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 572
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 573
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 574
 Warning whitespace OperatorWrap '&&' should be on a new line. 574
 Warning whitespace ParenPad ')' is preceded with whitespace. 575
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 576
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 577
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 578
 Warning whitespace OperatorWrap '&&' should be on a new line. 578
 Warning whitespace ParenPad ')' is preceded with whitespace. 579
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 580
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 581
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 582
 Warning indentation Indentation 'block rcurly' has incorrect indentation level 12, expected level should be 6. 583
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 584
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 585
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 586
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 587
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 588
 Warning whitespace OperatorWrap '&&' should be on a new line. 588
 Warning whitespace OperatorWrap '&&' should be on a new line. 589
 Warning whitespace ParenPad ')' is preceded with whitespace. 590
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 591
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 592
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 593
 Warning whitespace OperatorWrap '&&' should be on a new line. 593
 Warning whitespace OperatorWrap '&&' should be on a new line. 594
 Warning whitespace ParenPad ')' is preceded with whitespace. 595
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 596
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 597
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 598
 Warning indentation Indentation 'block rcurly' has incorrect indentation level 12, expected level should be 6. 599
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 600
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 601
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 602
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 603
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 604
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 605
 Warning whitespace OperatorWrap '&&' should be on a new line. 605
 Warning whitespace OperatorWrap '&&' should be on a new line. 606
 Warning whitespace OperatorWrap '&&' should be on a new line. 607
 Warning whitespace ParenPad ')' is preceded with whitespace. 608
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 609
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 610
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 611
 Warning indentation Indentation 'block rcurly' has incorrect indentation level 12, expected level should be 6. 612
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 613
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 614
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 615
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 616
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 617
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 618
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 619
 Warning whitespace OperatorWrap '&&' should be on a new line. 619
 Warning whitespace OperatorWrap '&&' should be on a new line. 620
 Warning whitespace OperatorWrap '&&' should be on a new line. 621
 Warning whitespace OperatorWrap '&&' should be on a new line. 622
 Warning whitespace ParenPad ')' is preceded with whitespace. 623
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 624
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 625
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 626
 Warning indentation Indentation 'block rcurly' has incorrect indentation level 12, expected level should be 6. 627
 Warning indentation Indentation 'switch rcurly' has incorrect indentation level 8, expected level should be 4. 628
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 630
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 631
 Warning sizes LineLength Line is longer than 100 characters (found 103). 636
 Warning sizes LineLength Line is longer than 100 characters (found 102). 646
 Warning sizes LineLength Line is longer than 100 characters (found 108). 648
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 649
 Warning sizes LineLength Line is longer than 100 characters (found 137). 652
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 652
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 653
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 654
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 655
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 656
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 657
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 658
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 659
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 660
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 661
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 662
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 663
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 664
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 665
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 666
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 667
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 668
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 669
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 671
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 672
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 705
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '289'. 705
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 706
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 707
 Warning sizes LineLength Line is longer than 100 characters (found 102). 719
 Warning sizes LineLength Line is longer than 100 characters (found 106). 723
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 723
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 724
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 725
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 726
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 727
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 728
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 729
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 730
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 731
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 732
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 733
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 734
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 736
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 737
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 754
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 755
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 756
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 771
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 772
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 773
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 788
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 789
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 790
 Warning sizes LineLength Line is longer than 100 characters (found 131). 807
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 807
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 808
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 809
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 810
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 811
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 812
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 828
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '754'. 828
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 829
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 830
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 844
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '771'. 844
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 845
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 846
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 860
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '788'. 860
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 861
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 862
 Warning sizes LineLength Line is longer than 100 characters (found 106). 877
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 877
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '807'. 877
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 878
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 879
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 900
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 902
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 903
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 904
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 905
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 906
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 907
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 908
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 909
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 910
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 911
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 912
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 913
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 914
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 935
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 936
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 937
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 938
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 939
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 940
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 941
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 942
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 943
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 944
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 945
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 946
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 947
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 948
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 968
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 970
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 971
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 972
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 973
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 974
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 975
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 976
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 977
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 978
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 979
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 980
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 981
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 982
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1004
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1005
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1006
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1007
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1008
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1009
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1010
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 1011
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 1012
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 1013
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 1014
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 1015
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 1016
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1017
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1036
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1038
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1039
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1040
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1041
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1042
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1043
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1046
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 1047
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 1050
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 1051
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 1052
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 1053
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 1054
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 1055
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1056
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 1057
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1060
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1061
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1078
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1079
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1080
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1081
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1082
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1083
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1084
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 1085
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 1086
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 1087
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 1088
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 1089
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 1090
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1091

org/apache/commons/lang3/CharEncoding.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 100 characters (found 111). 29
 Warning sizes LineLength Line is longer than 100 characters (found 105). 30
 Warning sizes LineLength Line is longer than 100 characters (found 103). 42
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 44
 Warning sizes LineLength Line is longer than 100 characters (found 103). 50
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 52
 Warning sizes LineLength Line is longer than 100 characters (found 103). 58
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 60
 Warning sizes LineLength Line is longer than 100 characters (found 103). 65
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 67
 Warning sizes LineLength Line is longer than 100 characters (found 103). 72
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 74
 Warning sizes LineLength Line is longer than 100 characters (found 103). 79
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 81
 Warning sizes LineLength Line is longer than 100 characters (found 117). 91
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 94
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 95
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 96
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 97
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 98
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 99
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 100
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 101
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 102
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 103

org/apache/commons/lang3/CharRange.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@since' should be preceded with an empty line. 29
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@see' should be preceded with an empty line. 39
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 41
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 44
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 46
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 48
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 51
 Warning naming MemberName Member name 'iToString' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 51
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 67
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 68
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 70
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 71
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 72
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 73
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 78
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 88
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 89
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 90
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 100
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 101
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 102
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 113
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 114
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 115
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 126
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 127
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 128
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 135
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 137
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 138
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 139
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 144
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 146
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 147
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 148
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 158
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 159
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 160
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 170
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 171
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 172
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 182
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 183
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 184
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 185
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 186
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 187
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 188
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 189
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 190
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 191
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 192
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 193
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 194
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 195
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 196
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 204
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 207
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 209
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 210
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 211
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 212
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 213
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 214
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 215
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 216
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 217
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 222
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 224
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 226
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 227
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 232
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 234
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 236
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 237
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 238
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 239
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 240
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 241
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 242
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 243
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 244
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 245
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 246
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 247
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 248
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 249
 Warning sizes LineLength Line is longer than 100 characters (found 107). 254
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 257
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 260
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 262
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 263
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 269
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 270
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 271
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 273
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 274
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 281
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 282
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 283
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 285
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 286
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 287
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 289
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 290
 Warning indentation Indentation 'else' child has incorrect indentation level 24, expected level should be 12. 291
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 20, expected level should be 10. 292
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 293
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 294
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 295
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 296
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 297
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 298
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 299
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 304
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 305
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 306
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 307
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 308
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 309
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 310
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 311
 Warning indentation Indentation 'else' child has incorrect indentation level 24, expected level should be 12. 312
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 20, expected level should be 10. 313
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 314
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 315
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 316
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 317
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 318
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 319
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 320
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 321
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 322
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 324
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 329
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 331
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 332
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 334
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 339
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 341
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 342
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 343
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 344
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 345
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 346
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 347
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 352
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 355
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 357
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 358
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 359

org/apache/commons/lang3/CharSequenceUtils.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 36
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 38
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 53
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 55
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 56
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 57
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 69
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 70
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 71
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 72
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 73
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 74
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 75
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 76
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 77
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 78
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 79
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 80
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 81
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 82
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 84
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 94
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 95
 Warning indentation CommentsIndentation Comment has incorrect indentation level 0, expected is 8, indentation should be the same level as line 95. 104
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 105
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 116
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 117
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 118
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 119
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 120
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 121
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 122
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 123
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 124
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 125
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 126
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 127
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 128
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 129
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 130
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 131
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 132
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 133
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 134
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 136
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 144
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 145
 Warning indentation CommentsIndentation Comment has incorrect indentation level 0, expected is 8, indentation should be the same level as line 145. 154
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 155
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 163
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 164
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 165
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 166
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 167
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 168
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 169
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 170
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 171
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 172
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 173
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 174
 Warning sizes LineLength Line is longer than 100 characters (found 102). 187
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 187
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 189
 Warning sizes LineLength Line is longer than 100 characters (found 105). 190
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 190
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 191
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 192
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 193
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 194
 Warning indentation Indentation 'while' has incorrect indentation level 12, expected level should be 6. 196
 Warning indentation Indentation 'while' child has incorrect indentation level 16, expected level should be 8. 197
 Warning indentation Indentation 'while' child has incorrect indentation level 16, expected level should be 8. 198
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 200
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 201
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 202
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 204
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 205
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 206
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 209
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 211
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 212
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 12, expected level should be 6. 213
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 215
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 216
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 217

org/apache/commons/lang3/CharSet.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@since' should be preceded with an empty line. 32
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@see' should be preceded with an empty line. 40
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 42
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@since' should be preceded with an empty line. 46
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 48
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@since' should be preceded with an empty line. 52
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 54
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@since' should be preceded with an empty line. 58
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 60
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@since' should be preceded with an empty line. 64
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 66
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@since' should be preceded with an empty line. 70
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 72
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@since' should be preceded with an empty line. 77
 Warning sizes LineLength Line is longer than 100 characters (found 117). 79
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 79
 Warning indentation Indentation 'static initialization' has incorrect indentation level 4, expected level should be 2. 81
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 82
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 84
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 85
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 86
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 87
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 88
 Warning indentation Indentation 'static initialization rcurly' has incorrect indentation level 4, expected level should be 2. 89
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 92
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 138
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 139
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 140
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 141
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 142
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 143
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 144
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 145
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 146
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 147
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 148
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 149
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 159
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 160
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 161
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 162
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 163
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 164
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 165
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 173
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 174
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 175
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 176
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 178
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 179
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 180
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 181
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 182
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 184
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 185
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 186
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 188
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 189
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 190
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 192
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 193
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 194
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 196
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 197
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 198
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 199
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 200
 Warning indentation CommentsIndentation Comment has incorrect indentation level 0, expected is 15, indentation should be the same level as line 211. 210
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 212
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 213
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 223
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 224
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 225
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 226
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 227
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 228
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 229
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 230
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 245
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 247
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 248
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 249
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 250
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 251
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 252
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 253
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 254
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 255
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 263
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 265
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 266
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 273
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 275
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 276

org/apache/commons/lang3/CharSetUtils.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@see' should be preceded with an empty line. 27
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 6, expected level should be 4. 41
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 64
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 66
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 67
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 68
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 70
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 71
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 72
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 73
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 74
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 75
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 77
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 78
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 79
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 80
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 81
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 82
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 84
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 106
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 107
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 108
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 109
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 110
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 111
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 112
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 113
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 114
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 115
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 116
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 117
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 139
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 140
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 141
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 142
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 143
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 144
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 145
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 146
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 147
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 148
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 149
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 150
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 151
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 174
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 175
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 176
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 177
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 178
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 179
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 180
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 181
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 182
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 204
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 205
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 206
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 207
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 208
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 209
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 212
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 220
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 221
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 222
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 223
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 224
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 225
 Warning whitespace WhitespaceAfter 'for' is not followed by whitespace. 225
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 225
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 225
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 225
 Warning whitespace WhitespaceAround WhitespaceAround: '<' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 225
 Warning whitespace WhitespaceAround WhitespaceAround: '<' is not preceded with whitespace. 225
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 226
 Warning whitespace WhitespaceAfter 'if' is not followed by whitespace. 226
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 226
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 227
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 228
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 229
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 230
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 231
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 240
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 241
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 242
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 243
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 244
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 245
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 246
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 247
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 248
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 249

org/apache/commons/lang3/CharUtils.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@since' should be preceded with an empty line. 27
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 32
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@see' should be preceded with an empty line. 37
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 41
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@see' should be preceded with an empty line. 46
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 50
 Warning indentation Indentation 'static initialization' has incorrect indentation level 4, expected level should be 2. 53
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 55
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 56
 Warning indentation Indentation 'static initialization rcurly' has incorrect indentation level 4, expected level should be 2. 57
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 66
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 6, expected level should be 4. 67
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 68
 Warning sizes LineLength Line is longer than 100 characters (found 102). 82
 Warning javadoc AtclauseOrder Block tags have to appear in the order '[@param, @return, @throws, @deprecated]'. 83
 Warning javadoc AtclauseOrder Block tags have to appear in the order '[@param, @return, @throws, @deprecated]'. 84
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 86
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 88
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 89
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 108
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 109
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 110
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 111
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 112
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 113
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 129
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 130
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 131
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 132
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 133
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 134
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 149
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 150
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 151
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 152
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 153
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 154
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 172
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 173
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 174
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 175
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 176
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 177
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 194
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 195
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 196
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 197
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 198
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 199
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 217
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 218
 Warning sizes LineLength Line is longer than 100 characters (found 105). 219
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 219
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 220
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 221
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 222
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 239
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 240
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 241
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 242
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 243
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 244
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 262
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 263
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 264
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 265
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 266
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 267
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 285
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 286
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 287
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 288
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 289
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 290
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 307
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 308
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 309
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 310
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 311
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 312
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 331
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 332
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 333
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 334
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 335
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 336
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 349
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 352
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 353
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 354
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 355
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 356
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 357
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 358
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 359
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 360
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 361
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 376
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 379
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 380
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 381
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 382
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 383
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 384
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 399
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 402
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 403
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 404
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 418
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 421
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 422
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 423
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 437
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 440
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 441
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 442
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 456
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 459
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 460
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 461
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 475
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 478
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 479
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 480
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 494
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 497
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 498
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 499
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 513
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 516
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 517
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 518
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 532
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 535
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 536
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 537

org/apache/commons/lang3/ClassUtils.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 48
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 53
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 58
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 63
 Warning sizes LineLength Line is longer than 100 characters (found 105). 68
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 68
 Warning whitespace EmptyLineSeparator 'STATIC_INIT' should be separated from previous line. 69
 Warning indentation Indentation 'static initialization' has incorrect indentation level 4, expected level should be 2. 69
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 9, expected level should be 4. 70
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 9, expected level should be 4. 71
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 9, expected level should be 4. 72
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 9, expected level should be 4. 73
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 9, expected level should be 4. 74
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 9, expected level should be 4. 75
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 9, expected level should be 4. 76
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 9, expected level should be 4. 77
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 9, expected level should be 4. 78
 Warning indentation Indentation 'static initialization rcurly' has incorrect indentation level 4, expected level should be 2. 79
 Warning sizes LineLength Line is longer than 100 characters (found 105). 84
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 84
 Warning whitespace EmptyLineSeparator 'STATIC_INIT' should be separated from previous line. 85
 Warning indentation Indentation 'static initialization' has incorrect indentation level 4, expected level should be 2. 85
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 86
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 87
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 88
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 89
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 90
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 91
 Warning indentation Indentation 'static initialization rcurly' has incorrect indentation level 4, expected level should be 2. 92
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 97
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 102
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 110
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 111
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 112
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 113
 Warning javadoc InvalidJavadocPosition Javadoc comment is placed in the wrong location. 115
 Warning indentation Indentation 'static initialization' has incorrect indentation level 4, expected level should be 2. 118
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 119
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 120
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 121
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 122
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 123
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 124
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 125
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 126
 Warning indentation Indentation 'static initialization rcurly' has incorrect indentation level 4, expected level should be 2. 127
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 137
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 6, expected level should be 4. 138
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 139
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 150
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 151
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 152
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 153
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 154
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 155
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 167
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 168
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 169
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 170
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 171
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 172
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 186
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 187
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 188
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 189
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 191
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 194
 Warning indentation Indentation 'while' has incorrect indentation level 12, expected level should be 6. 195
 Warning indentation Indentation 'while' child has incorrect indentation level 16, expected level should be 8. 196
 Warning indentation Indentation 'while' child has incorrect indentation level 16, expected level should be 8. 197
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 12, expected level should be 6. 198
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 200
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 201
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 202
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 204
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 205
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 206
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 207
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 209
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 210
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 212
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 213
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 214
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 215
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 216
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 217
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 219
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 227
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 228
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 229
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 230
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 231
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 232
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 234
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 243
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 244
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 245
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 246
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 247
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 248
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 259
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 260
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 261
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 262
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 263
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 264
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 272
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 273
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 274
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 275
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 276
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 277
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 288
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 289
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 290
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 291
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 294
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 295
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 296
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 298
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 299
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 300
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 302
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 303
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 304
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 305
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 306
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 307
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 316
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 318
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 319
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 320
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 321
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 322
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 323
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 324
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 325
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 326
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 327
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 328
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 329
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 342
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 344
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 345
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 346
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 347
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 349
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 350
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 352
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 353
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 361
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 362
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 363
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 365
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 366
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 367
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 368
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 369
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 371
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 9, expected level should be 4. 372
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 5, expected level should be 2. 373
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 386
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 389
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 390
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 391
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 392
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 393
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 394
 Warning indentation Indentation 'try' has incorrect indentation level 12, expected level should be 6. 395
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 396
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 12, expected level should be 6. 397
 Warning indentation Indentation 'catch' child has incorrect indentation level 16, expected level should be 8. 398
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 12, expected level should be 6. 399
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 400
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 401
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 402
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 413
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 416
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 417
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 418
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 419
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 420
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 421
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 422
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 423
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 424
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 425
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 426
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 427
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 428
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 429
 Warning sizes LineLength Line is longer than 100 characters (found 101). 469
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 469
 Warning sizes LineLength Line is longer than 100 characters (found 110). 470
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 470
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 471
 Warning sizes LineLength Line is longer than 100 characters (found 101). 502
 Warning sizes LineLength Line is longer than 100 characters (found 114). 505
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 505
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 506
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 507
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 508
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 509
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 510
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 511
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 512
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 513
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 514
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 515
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 516
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 517
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 518
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 519
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 520
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 521
 Warning sizes LineLength Line is longer than 100 characters (found 132). 524
 Warning sizes LineLength Line is longer than 100 characters (found 132). 529
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 533
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 534
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 535
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 536
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 537
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 538
 Warning sizes LineLength Line is longer than 100 characters (found 134). 541
 Warning sizes LineLength Line is longer than 100 characters (found 134). 546
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 550
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 551
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 552
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 585
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '505'. 585
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 586
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 587
 Warning sizes LineLength Line is longer than 100 characters (found 101). 613
 Warning sizes LineLength Line is longer than 100 characters (found 104). 616
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 616
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 617
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 618
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 619
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 621
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 622
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 623
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 625
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 626
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 627
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 628
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 629
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 630
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 631
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 632
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 633
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 634
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 635
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 636
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 637
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 638
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 639
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 640
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 641
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 642
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 643
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 644
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 645
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 646
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 647
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 650
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 651
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 652
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 654
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 655
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 656
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 657
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 658
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 659
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 660
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 661
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 662
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 663
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 664
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 665
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 669
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 670
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 671
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 675
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 676
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 677
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 682
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 684
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 685
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 686
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 687
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 698
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 701
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 702
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 703
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 704
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 705
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 706
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 707
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 715
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 716
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 719
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 720
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 721
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 722
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 724
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 725
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 726
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 728
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 729
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 730
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 731
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 732
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 733
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 747
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 751
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 752
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 753
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 764
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 765
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 769
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 770
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 771
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 772
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 774
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 775
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 776
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 778
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 779
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 780
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 781
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 782
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 783
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 792
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 794
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 795
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 796
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 812
 Warning sizes LineLength Line is longer than 100 characters (found 124). 813
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 814
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 815
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 816
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 817
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 818
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 819
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 820
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 821
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 822
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 823
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 825
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 827
 Warning indentation Indentation 'try' has incorrect indentation level 16, expected level should be 8. 828
 Warning indentation Indentation 'try' child has incorrect indentation level 20, expected level should be 10. 829
 Warning whitespace OperatorWrap '+' should be on a new line. 829
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 16, expected level should be 8. 832
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 16, expected level should be 8. 834
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 835
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 837
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 838
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 839
 Warning sizes LineLength Line is longer than 100 characters (found 122). 853
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 853
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 854
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 855
 Warning sizes LineLength Line is longer than 100 characters (found 105). 865
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 868
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 869
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 870
 Warning sizes LineLength Line is longer than 100 characters (found 105). 880
 Warning sizes LineLength Line is longer than 100 characters (found 117). 883
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 883
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 884
 Warning naming AbbreviationAsWordInName Abbreviation in name 'contextCL' must contain no more than '1' consecutive capital letters. 884
 Warning sizes LineLength Line is longer than 100 characters (found 101). 885
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 885
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 886
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 887
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 910
 Warning sizes LineLength Line is longer than 100 characters (found 119). 912
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 912
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 915
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 916
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 917
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 918
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 920
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 921
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 922
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 924
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 925
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 926
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 927
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 928
 Warning indentation Indentation 'try' has incorrect indentation level 12, expected level should be 6. 929
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 930
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 12, expected level should be 6. 931
 Warning indentation Indentation 'catch' child has incorrect indentation level 16, expected level should be 8. 932
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 12, expected level should be 6. 933
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 934
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 935
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 936
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 937
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 939
 Warning whitespace OperatorWrap '+' should be on a new line. 939
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 941
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 950
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 951
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 952
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 953
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 954
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 955
 Warning indentation Indentation 'while' has incorrect indentation level 12, expected level should be 6. 956
 Warning indentation Indentation 'while' child has incorrect indentation level 16, expected level should be 8. 957
 Warning indentation Indentation 'while' child has incorrect indentation level 16, expected level should be 8. 958
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 12, expected level should be 6. 959
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 960
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 961
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 962
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 963
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 964
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 965
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 966
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 967
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 968
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 969
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 981
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 982
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 983
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 984
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 985
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 986
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 987
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 988
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 989
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 990
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 991
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 992
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1004
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1005
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1006
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1007
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1008
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1009
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1018
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1019
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1020
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1021
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1022
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1023
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1034
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1035
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1036
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1048
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1049
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1050
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1051
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1052
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1053
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1062
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1063
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1064
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1065
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1066
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1067
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1079
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1080
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1081
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1099
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1100
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1101
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1102
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1103
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 1104
 Warning indentation Indentation 'while' has incorrect indentation level 12, expected level should be 6. 1105
 Warning indentation Indentation 'while' child has incorrect indentation level 16, expected level should be 8. 1106
 Warning indentation Indentation 'while' child has incorrect indentation level 16, expected level should be 8. 1107
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 12, expected level should be 6. 1108
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 1109
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1110
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1111
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 1112
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 1113
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 1118
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 1119
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 1120
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 1121
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 1122
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 1123
 Warning indentation Indentation 'for' has incorrect indentation level 16, expected level should be 8. 1124
 Warning indentation Indentation 'for' child has incorrect indentation level 20, expected level should be 10. 1125
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 16, expected level should be 8. 1126
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 1127
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 1128
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 1129
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1130

org/apache/commons/lang3/Conversion.java

Severity Category Rule Message Line
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 9
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 11
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 19
 Warning javadoc AtclauseOrder Javadoc comment at column 44 has parse error. It is forbidden to close singleton HTML tags. Tag: br. 29
 Warning sizes LineLength Line is longer than 100 characters (found 134). 30
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 74
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 78
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 79
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 80
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 81
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 84
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 85
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 86
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 96
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 100
 Warning indentation Indentation 'switch' has incorrect indentation level 8, expected level should be 4. 101
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 102
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 103
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 104
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 105
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 106
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 107
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 108
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 109
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 110
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 111
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 112
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 113
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 114
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 115
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 116
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 117
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 118
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 119
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 120
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 121
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 122
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 123
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 124
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 125
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 126
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 127
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 128
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 129
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 130
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 131
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 132
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 133
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 134
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 135
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 136
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 137
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 138
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 139
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 140
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 141
 Warning indentation Indentation 'switch rcurly' has incorrect indentation level 8, expected level should be 4. 144
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 145
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 156
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 160
 Warning indentation Indentation 'switch' has incorrect indentation level 8, expected level should be 4. 161
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 162
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 163
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 164
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 165
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 166
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 167
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 168
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 169
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 170
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 171
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 172
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 173
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 174
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 175
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 176
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 177
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 178
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 179
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 180
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 181
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 182
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 183
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 184
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 185
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 186
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 187
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 188
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 189
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 190
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 191
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 192
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 193
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 194
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 195
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 196
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 197
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 198
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 199
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 200
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 201
 Warning indentation Indentation 'switch rcurly' has incorrect indentation level 8, expected level should be 4. 204
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 205
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 216
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 220
 Warning indentation Indentation 'switch' has incorrect indentation level 8, expected level should be 4. 221
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 222
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 223
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 224
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 225
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 226
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 227
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 228
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 229
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 230
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 231
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 232
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 233
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 234
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 235
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 236
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 237
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 238
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 239
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 240
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 241
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 242
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 243
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 244
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 245
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 246
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 247
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 248
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 249
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 250
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 251
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 252
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 253
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 254
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 255
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 256
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 257
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 258
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 259
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 260
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 261
 Warning indentation Indentation 'switch rcurly' has incorrect indentation level 8, expected level should be 4. 264
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 265
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 276
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 281
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 282
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 283
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 294
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 300
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 301
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 302
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 303
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 304
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 305
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 306
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 307
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 308
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 309
 Warning indentation Indentation 'else' child has incorrect indentation level 24, expected level should be 12. 310
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 20, expected level should be 10. 311
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 312
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 313
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 314
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 315
 Warning indentation Indentation 'else' child has incorrect indentation level 24, expected level should be 12. 316
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 20, expected level should be 10. 317
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 318
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 319
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 320
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 321
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 322
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 323
 Warning indentation Indentation 'else' child has incorrect indentation level 24, expected level should be 12. 324
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 20, expected level should be 10. 325
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 326
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 327
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 328
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 329
 Warning indentation Indentation 'else' child has incorrect indentation level 24, expected level should be 12. 330
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 20, expected level should be 10. 331
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 332
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 333
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 334
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 335
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 336
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 337
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 338
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 339
 Warning indentation Indentation 'else' child has incorrect indentation level 24, expected level should be 12. 340
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 20, expected level should be 10. 341
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 342
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 343
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 344
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 345
 Warning indentation Indentation 'else' child has incorrect indentation level 24, expected level should be 12. 346
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 20, expected level should be 10. 347
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 348
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 349
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 350
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 351
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 352
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 353
 Warning indentation Indentation 'else' child has incorrect indentation level 24, expected level should be 12. 354
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 20, expected level should be 10. 355
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 356
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 357
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 358
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 359
 Warning indentation Indentation 'else' child has incorrect indentation level 24, expected level should be 12. 360
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 20, expected level should be 10. 361
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 362
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 363
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 364
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 365
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 376
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 382
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 383
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 384
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 396
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 403
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 404
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 405
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 406
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 407
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 408
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 412
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 413
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 414
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 415
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 416
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 417
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 418
 Warning indentation Indentation 'else' child has incorrect indentation level 24, expected level should be 12. 419
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 20, expected level should be 10. 420
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 421
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 422
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 423
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 424
 Warning indentation Indentation 'else' child has incorrect indentation level 24, expected level should be 12. 425
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 20, expected level should be 10. 426
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 427
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 428
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 429
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 430
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 431
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 432
 Warning indentation Indentation 'else' child has incorrect indentation level 24, expected level should be 12. 433
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 20, expected level should be 10. 434
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 435
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 436
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 437
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 438
 Warning indentation Indentation 'else' child has incorrect indentation level 24, expected level should be 12. 439
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 20, expected level should be 10. 440
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 441
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 442
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 443
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 444
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 445
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 446
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 447
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 448
 Warning indentation Indentation 'else' child has incorrect indentation level 24, expected level should be 12. 449
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 20, expected level should be 10. 450
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 451
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 452
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 453
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 454
 Warning indentation Indentation 'else' child has incorrect indentation level 24, expected level should be 12. 455
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 20, expected level should be 10. 456
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 457
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 458
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 459
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 460
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 461
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 462
 Warning indentation Indentation 'else' child has incorrect indentation level 24, expected level should be 12. 463
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 20, expected level should be 10. 464
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 465
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 466
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 467
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 468
 Warning indentation Indentation 'else' child has incorrect indentation level 24, expected level should be 12. 469
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 20, expected level should be 10. 470
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 471
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 472
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 473
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 474
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 486
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 491
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 492
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 493
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 505
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 511
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 512
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 513
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 514
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 515
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 516
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 517
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 518
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 519
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 520
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 521
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 522
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 523
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 524
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 525
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 526
 Warning indentation Indentation 'else' child has incorrect indentation level 24, expected level should be 12. 527
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 20, expected level should be 10. 528
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 529
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 530
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 531
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 532
 Warning indentation Indentation 'else' child has incorrect indentation level 24, expected level should be 12. 533
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 20, expected level should be 10. 534
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 535
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 536
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 537
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 538
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 539
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 540
 Warning indentation Indentation 'else' child has incorrect indentation level 24, expected level should be 12. 541
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 20, expected level should be 10. 542
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 543
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 544
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 545
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 546
 Warning indentation Indentation 'else' child has incorrect indentation level 24, expected level should be 12. 547
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 20, expected level should be 10. 548
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 549
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 550
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 551
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 552
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 553
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 554
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 555
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 556
 Warning indentation Indentation 'else' child has incorrect indentation level 24, expected level should be 12. 557
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 20, expected level should be 10. 558
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 559
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 560
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 561
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 562
 Warning indentation Indentation 'else' child has incorrect indentation level 24, expected level should be 12. 563
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 20, expected level should be 10. 564
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 565
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 566
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 567
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 568
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 569
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 570
 Warning indentation Indentation 'else' child has incorrect indentation level 24, expected level should be 12. 571
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 20, expected level should be 10. 572
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 573
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 574
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 575
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 576
 Warning indentation Indentation 'else' child has incorrect indentation level 24, expected level should be 12. 577
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 20, expected level should be 10. 578
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 579
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 580
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 581
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 582
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 598
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 602
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 603
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 604
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 605
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 606
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 607
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 608
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 624
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 628
 Warning indentation Indentation 'switch' has incorrect indentation level 8, expected level should be 4. 629
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 630
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 631
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 632
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 633
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 634
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 635
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 636
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 637
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 638
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 639
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 640
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 641
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 642
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 643
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 644
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 645
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 646
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 647
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 648
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 649
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 650
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 651
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 652
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 653
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 654
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 655
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 656
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 657
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 658
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 659
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 660
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 661
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 662
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 663
 Warning indentation Indentation 'switch rcurly' has incorrect indentation level 8, expected level should be 4. 664
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 665
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 673
 Warning sizes LineLength Line is longer than 100 characters (found 129). 684
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 684
 Warning naming ParameterName Parameter name 'nInts' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 684
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 685
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 686
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 687
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 688
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 689
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 691
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 692
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 693
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 694
 Warning whitespace ParenPad ')' is preceded with whitespace. 694
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 695
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 696
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 697
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 698
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 699
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 700
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 701
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 709
 Warning sizes LineLength Line is longer than 100 characters (found 114). 720
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 720
 Warning naming ParameterName Parameter name 'nShorts' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 721
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 722
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 723
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 724
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 725
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 726
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 728
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 729
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 730
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 731
 Warning whitespace ParenPad ')' is preceded with whitespace. 731
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 732
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 733
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 734
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 735
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 736
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 737
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 738
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 746
 Warning sizes LineLength Line is longer than 100 characters (found 111). 757
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 757
 Warning naming ParameterName Parameter name 'nShorts' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 758
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 759
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 760
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 761
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 762
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 763
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 765
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 766
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 767
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 768
 Warning whitespace ParenPad ')' is preceded with whitespace. 768
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 769
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 770
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 771
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 772
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 773
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 774
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 775
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 783
 Warning sizes LineLength Line is longer than 100 characters (found 112). 794
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 794
 Warning naming ParameterName Parameter name 'nBytes' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 795
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 796
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 797
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 798
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 799
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 800
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 802
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 803
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 804
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 805
 Warning whitespace ParenPad ')' is preceded with whitespace. 805
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 806
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 807
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 808
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 809
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 810
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 811
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 812
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 820
 Warning sizes LineLength Line is longer than 100 characters (found 129). 831
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 831
 Warning naming ParameterName Parameter name 'nBytes' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 831
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 832
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 833
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 834
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 835
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 836
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 838
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 839
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 840
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 841
 Warning whitespace ParenPad ')' is preceded with whitespace. 841
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 842
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 843
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 844
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 845
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 846
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 847
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 848
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 856
 Warning sizes LineLength Line is longer than 100 characters (found 115). 867
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 867
 Warning naming ParameterName Parameter name 'nBytes' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 868
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 869
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 870
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 871
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 872
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 873
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 875
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 876
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 877
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 878
 Warning whitespace ParenPad ')' is preceded with whitespace. 878
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 879
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 880
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 881
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 882
 Warning whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 882
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 883
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 884
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 885
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 893
 Warning sizes LineLength Line is longer than 100 characters (found 124). 902
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 902
 Warning naming ParameterName Parameter name 'nHex' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 902
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 903
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 904
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 905
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 906
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 907
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 909
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 910
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 911
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 912
 Warning whitespace ParenPad ')' is preceded with whitespace. 912
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 913
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 914
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 915
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 916
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 917
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 918
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 919
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 927
 Warning sizes LineLength Line is longer than 100 characters (found 121). 936
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 936
 Warning naming ParameterName Parameter name 'nHex' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 936
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 937
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 938
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 939
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 940
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 941
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 943
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 944
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 945
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 946
 Warning whitespace ParenPad ')' is preceded with whitespace. 946
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 947
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 948
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 949
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 950
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 951
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 952
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 953
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 961
 Warning sizes LineLength Line is longer than 100 characters (found 127). 970
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 970
 Warning naming ParameterName Parameter name 'nHex' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 970
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 971
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 972
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 973
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 974
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 975
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 977
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 978
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 979
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 980
 Warning whitespace ParenPad ')' is preceded with whitespace. 980
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 981
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 982
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 983
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 984
 Warning whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 984
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 985
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 986
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 987
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 995
 Warning sizes LineLength Line is longer than 100 characters (found 124). 1004
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1004
 Warning naming ParameterName Parameter name 'nHex' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 1004
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1005
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1006
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1007
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1008
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1009
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1011
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1012
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1013
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 1014
 Warning whitespace ParenPad ')' is preceded with whitespace. 1014
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 1015
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 1016
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 1017
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 1018
 Warning whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 1018
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 1019
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1020
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1021
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 1029
 Warning sizes LineLength Line is longer than 100 characters (found 112). 1040
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1040
 Warning naming ParameterName Parameter name 'nBools' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 1041
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1042
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1043
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1044
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1045
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1046
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1048
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1049
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1050
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 1051
 Warning whitespace ParenPad ')' is preceded with whitespace. 1051
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 1052
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 1053
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 1054
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 1055
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 1056
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1057
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1058
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 1066
 Warning sizes LineLength Line is longer than 100 characters (found 129). 1077
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1077
 Warning naming ParameterName Parameter name 'nBools' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 1077
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1078
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1079
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1080
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1081
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1082
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1084
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1085
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1086
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 1087
 Warning whitespace ParenPad ')' is preceded with whitespace. 1087
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 1088
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 1089
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 1090
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 1091
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 1092
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1093
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1094
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 1102
 Warning sizes LineLength Line is longer than 100 characters (found 115). 1113
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1113
 Warning naming ParameterName Parameter name 'nBools' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 1114
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1115
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1116
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1117
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1118
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1119
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1121
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1122
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1123
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 1124
 Warning whitespace ParenPad ')' is preceded with whitespace. 1124
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 1125
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 1126
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 1127
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 1128
 Warning whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 1128
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 1129
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1130
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1131
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 1139
 Warning sizes LineLength Line is longer than 100 characters (found 112). 1150
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1150
 Warning naming ParameterName Parameter name 'nBools' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 1151
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1152
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1153
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1154
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1155
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1156
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1157
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1158
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1159
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 1160
 Warning whitespace ParenPad ')' is preceded with whitespace. 1160
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 1161
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 1162
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 1163
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 1164
 Warning whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 1164
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 1165
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1166
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1167
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 1175
 Warning sizes LineLength Line is longer than 100 characters (found 126). 1186
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1186
 Warning naming ParameterName Parameter name 'nInts' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 1186
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1187
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1188
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1189
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1190
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1191
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1193
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1194
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 1195
 Warning whitespace ParenPad ')' is preceded with whitespace. 1195
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 1196
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 1197
 Warning whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 1197
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 1198
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1199
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1200
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 1208
 Warning sizes LineLength Line is longer than 100 characters (found 113). 1219
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1219
 Warning naming ParameterName Parameter name 'nShorts' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 1220
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1221
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1222
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1223
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1224
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1225
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1227
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1228
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 1229
 Warning whitespace ParenPad ')' is preceded with whitespace. 1229
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 1230
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 1231
 Warning whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 1231
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 1232
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1233
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1234
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 1242
 Warning sizes LineLength Line is longer than 100 characters (found 111). 1253
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1253
 Warning naming ParameterName Parameter name 'nShorts' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 1254
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1255
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1256
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1257
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1258
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1259
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1261
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1262
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 1263
 Warning whitespace ParenPad ')' is preceded with whitespace. 1263
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 1264
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 1265
 Warning whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 1265
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 1266
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1267
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1268
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 1276
 Warning sizes LineLength Line is longer than 100 characters (found 110). 1287
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1287
 Warning naming ParameterName Parameter name 'nBytes' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 1288
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1289
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1290
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1291
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1292
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1293
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1295
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1296
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 1297
 Warning whitespace ParenPad ')' is preceded with whitespace. 1297
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 1298
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 1299
 Warning whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 1299
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 1300
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1301
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1302
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 1310
 Warning sizes LineLength Line is longer than 100 characters (found 128). 1321
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1321
 Warning naming ParameterName Parameter name 'nBytes' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 1321
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1322
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1323
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1324
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1325
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1326
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1328
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1329
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 1330
 Warning whitespace ParenPad ')' is preceded with whitespace. 1330
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 1331
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 1332
 Warning whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 1332
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 1333
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1334
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1335
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 1343
 Warning sizes LineLength Line is longer than 100 characters (found 112). 1354
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1354
 Warning naming ParameterName Parameter name 'nBytes' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 1355
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1356
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1357
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1358
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1359
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1360
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1362
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1363
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 1364
 Warning whitespace ParenPad ')' is preceded with whitespace. 1364
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 1365
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 1366
 Warning whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 1366
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 1367
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1368
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1369
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 1377
 Warning sizes LineLength Line is longer than 100 characters (found 127). 1387
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1387
 Warning naming ParameterName Parameter name 'nHexs' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 1387
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1388
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1389
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1390
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1391
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1392
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1394
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1395
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1396
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1397
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 1398
 Warning whitespace ParenPad ')' is preceded with whitespace. 1398
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 1399
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 1400
 Warning whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 1400
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 1401
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1402
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1403
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1404
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 1405
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 1406
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 1407
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1408
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1409
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 1417
 Warning sizes LineLength Line is longer than 100 characters (found 125). 1427
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1427
 Warning naming ParameterName Parameter name 'nHexs' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 1427
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1428
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1429
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1430
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1431
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1432
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1434
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1435
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1436
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1437
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 1438
 Warning whitespace ParenPad ')' is preceded with whitespace. 1438
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 1439
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 1440
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 1441
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1442
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1443
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1444
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 1445
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 1446
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 1447
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1448
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1449
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 1457
 Warning sizes LineLength Line is longer than 100 characters (found 129). 1467
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1467
 Warning naming ParameterName Parameter name 'nHexs' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 1467
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1468
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1469
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1470
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1471
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1472
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1474
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1475
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1476
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1477
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 1478
 Warning whitespace ParenPad ')' is preceded with whitespace. 1478
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 1479
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 1480
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 1481
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1482
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1483
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1484
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 1485
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 1486
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 1487
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1488
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1489
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 1497
 Warning sizes LineLength Line is longer than 100 characters (found 127). 1507
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1507
 Warning naming ParameterName Parameter name 'nHexs' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 1507
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1508
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1509
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1510
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1511
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1512
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1514
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1515
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1516
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1517
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 1518
 Warning whitespace ParenPad ')' is preceded with whitespace. 1518
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 1519
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 1520
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 1521
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1522
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1523
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1524
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 1525
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 1526
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 1527
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1528
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1529
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 1537
 Warning sizes LineLength Line is longer than 100 characters (found 113). 1548
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1548
 Warning naming ParameterName Parameter name 'nBools' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 1549
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1550
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1551
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1552
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1553
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1554
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1556
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1557
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 1558
 Warning whitespace ParenPad ')' is preceded with whitespace. 1558
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 1559
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 1560
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 1561
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1562
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1563
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 1571
 Warning sizes LineLength Line is longer than 100 characters (found 111). 1582
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1582
 Warning naming ParameterName Parameter name 'nBools' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 1583
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1584
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1585
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1586
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1587
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1588
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1590
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1591
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 1592
 Warning whitespace ParenPad ')' is preceded with whitespace. 1592
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 1593
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 1594
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 1595
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1596
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1597
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 1605
 Warning sizes LineLength Line is longer than 100 characters (found 115). 1616
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1616
 Warning naming ParameterName Parameter name 'nBools' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 1617
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1618
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1619
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1620
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1621
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1622
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1624
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1625
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 1627
 Warning whitespace ParenPad ')' is preceded with whitespace. 1627
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 1628
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 1629
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 1630
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1631
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1632
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 1640
 Warning sizes LineLength Line is longer than 100 characters (found 113). 1651
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1651
 Warning naming ParameterName Parameter name 'nBools' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 1652
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1653
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1654
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1655
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1656
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1657
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1658
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1659
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 1660
 Warning whitespace ParenPad ')' is preceded with whitespace. 1660
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 1661
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 1662
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 1663
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1664
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1665
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 1673
 Warning sizes LineLength Line is longer than 100 characters (found 112). 1683
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1683
 Warning naming ParameterName Parameter name 'nBytes' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 1683
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1684
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1685
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1686
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1687
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1688
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1689
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1690
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1691
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1692
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1693
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1694
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1695
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 1703
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1710
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1711
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1712
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1713
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1714
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1716

org/apache/commons/lang3/EnumUtils.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 37
 Warning sizes LineLength Line is longer than 100 characters (found 107). 38
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 38
 Warning sizes LineLength Line is longer than 100 characters (found 107). 39
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 39
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 46
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 58
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 59
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 60
 Warning whitespace WhitespaceAround WhitespaceAround: ':' is not preceded with whitespace. 60
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 61
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 63
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 64
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 75
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 77
 Warning sizes LineLength Line is longer than 100 characters (found 108). 90
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 90
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 91
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 92
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 93
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 94
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 95
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 96
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 97
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 98
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 99
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 100
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 113
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 114
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 115
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 116
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 117
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 118
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 119
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 120
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 121
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 122
 Warning sizes LineLength Line is longer than 100 characters (found 104). 133
 Warning sizes LineLength Line is longer than 100 characters (found 109). 137
 Warning sizes LineLength Line is longer than 100 characters (found 114). 142
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 142
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 143
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 144
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 145
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 146
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 147
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 148
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 149
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 150
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 151
 Warning sizes LineLength Line is longer than 100 characters (found 119). 154
 Warning sizes LineLength Line is longer than 100 characters (found 104). 161
 Warning sizes LineLength Line is longer than 100 characters (found 120). 166
 Warning sizes LineLength Line is longer than 100 characters (found 117). 169
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 169
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 170
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 171
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 172
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 173
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 174
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 175
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 176
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 177
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 178
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 179
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 180
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 181
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 182
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 183
 Warning sizes LineLength Line is longer than 100 characters (found 108). 198
 Warning sizes LineLength Line is longer than 100 characters (found 107). 202
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 202
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '142'. 202
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 203
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 204
 Warning whitespace GenericWhitespace GenericWhitespace '>' is followed by whitespace. 204
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 205
 Warning sizes LineLength Line is longer than 100 characters (found 119). 208
 Warning sizes LineLength Line is longer than 100 characters (found 104). 215
 Warning sizes LineLength Line is longer than 100 characters (found 120). 220
 Warning sizes LineLength Line is longer than 100 characters (found 110). 223
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 223
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '169'. 223
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 224
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 225
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 226
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 227
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 228
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 229
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 230
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 231
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 232
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 233
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 234
 Warning sizes LineLength Line is longer than 100 characters (found 103). 240
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 241
 Warning sizes LineLength Line is longer than 100 characters (found 108). 246
 Warning sizes LineLength Line is longer than 100 characters (found 111). 249
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 249
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 250
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 251
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 252
 Warning sizes LineLength Line is longer than 100 characters (found 103). 258
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 259
 Warning sizes LineLength Line is longer than 100 characters (found 140). 260
 Warning sizes LineLength Line is longer than 100 characters (found 110). 267
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 267
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 268
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 269
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 270
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 271
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 272
 Warning sizes LineLength Line is longer than 100 characters (found 104). 273
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 273
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 274
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 275
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 276
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 277
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 278
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 282
 Warning sizes LineLength Line is longer than 100 characters (found 108). 286
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 289
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 290
 Warning sizes LineLength Line is longer than 100 characters (found 107). 291
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 291
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 294
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 295
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 299
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 306
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 307
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 308
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 309
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 310

org/apache/commons/lang3/JavaVersion.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 77
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 81
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 89
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 90
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 91
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 92
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 99
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 99
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 104
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 105
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 106
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 115
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 118
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 119
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 120
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 129
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 131
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 132
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 133
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 134
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 135
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 136
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 137
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 138
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 139
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 140
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 141
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 142
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 143
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 144
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 145
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 146
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 147
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 148
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 149
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 150
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 151
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 152
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 153
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 163
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 165
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 166

org/apache/commons/lang3/LocaleUtils.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 46
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 56
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 6, expected level should be 4. 57
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 58
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 88
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 89
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 90
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 91
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 92
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 93
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 94
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 95
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 96
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 97
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 98
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 99
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 100
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 101
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 102
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 103
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 104
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 105
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 106
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 107
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 108
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 109
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 110
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 111
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 112
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 113
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 114
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 115
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 116
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 117
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 118
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 119
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 120
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 121
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 122
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 123
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 124
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 125
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 126
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 127
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 128
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 129
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 130
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 131
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 132
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 133
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 134
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 135
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 136
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 137
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 138
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 139
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 140
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 141
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 142
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 143
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 144
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 145
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 146
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 147
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 148
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 149
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 150
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 151
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 166
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 167
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 168
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 188
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 189
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 190
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 191
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 192
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 193
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 194
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 195
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 196
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 197
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 198
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 199
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 200
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 201
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 202
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 203
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 215
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 216
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 217
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 229
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 230
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 231
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 240
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 241
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 242
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 254
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 255
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 256
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 257
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 258
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 259
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 260
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 261
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 262
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 263
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 264
 Warning whitespace OperatorWrap '&&' should be on a new line. 264
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 266
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 267
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 268
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 269
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 270
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 271
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 272
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 273
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 274
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 286
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 287
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 288
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 289
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 290
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 291
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 292
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 293
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 294
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 295
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 296
 Warning whitespace OperatorWrap '&&' should be on a new line. 296
 Warning whitespace OperatorWrap '&&' should be on a new line. 297
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 299
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 300
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 301
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 302
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 303
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 304
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 305
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 306
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 307
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 311
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 313
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 315
 Warning indentation Indentation 'static initialization' has incorrect indentation level 8, expected level should be 4. 317
 Warning sizes LineLength Line is longer than 100 characters (found 120). 318
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 12, expected level should be 6. 318
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 12, expected level should be 6. 319
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 12, expected level should be 6. 320
 Warning indentation Indentation 'static initialization rcurly' has incorrect indentation level 8, expected level should be 4. 321
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 322

org/apache/commons/lang3/ObjectUtils.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.lang3.exception.CloneFailedException' 30
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@since' should be preceded with an empty line. 42
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 63
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 73
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 74
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 75
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 95
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 96
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 97
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 118
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 121
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 122
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 123
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 124
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 125
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 126
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 127
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 128
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 129
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 130
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 153
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 154
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 155
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 156
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 157
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 158
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 159
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 160
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 161
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 182
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 183
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 184
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 199
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 201
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 202
 Warning sizes LineLength Line is longer than 100 characters (found 114). 217
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 224
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 225
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 226
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 227
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 228
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 229
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 230
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 231
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 232
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 248
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 250
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 252
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 253
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 254
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 255
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 256
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 257
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 258
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 259
 Warning sizes LineLength Line is longer than 100 characters (found 106). 267
 Warning sizes LineLength Line is longer than 100 characters (found 106). 268
 Warning sizes LineLength Line is longer than 100 characters (found 107). 269
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 274
 Warning sizes LineLength Line is longer than 100 characters (found 110). 277
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 277
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 278
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 279
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 280
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 281
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 284
 Warning sizes LineLength Line is longer than 100 characters (found 101). 294
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 301
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 302
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 303
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 304
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 305
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 308
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 325
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 326
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 327
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 328
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 329
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 332
 Warning sizes LineLength Line is longer than 100 characters (found 101). 342
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 349
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 350
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 351
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 352
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 353
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 356
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 377
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 378
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 379
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 400
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 401
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 402
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 412
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 413
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 414
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 415
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 416
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 417
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 419
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 420
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 421
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 422
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 423
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 424
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 425
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 426
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 427
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 428
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 429
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 437
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 438
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 439
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 440
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 441
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 442
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 444
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 445
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 446
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 447
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 448
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 449
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 450
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 451
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 452
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 453
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 454
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 464
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 466
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 467
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 468
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 477
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 478
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 480
 Warning sizes LineLength Line is longer than 100 characters (found 116). 483
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 483
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 484
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 485
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 486
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 487
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 488
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 489
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 490
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 491
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 492
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 497
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 504
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 505
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 506
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 507
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 508
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 509
 Warning indentation Indentation 'T' has incorrect indentation level 8, expected level should be 12. 511
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 512
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 513
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 518
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 526
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 527
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 528
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 529
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 530
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 531
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 532
 Warning indentation Indentation 'T' has incorrect indentation level 8, expected level should be 12. 534
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 535
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 536
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 543
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 548
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 549
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 550
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 551
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 552
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 553
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 554
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 555
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 556
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 557
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 558
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 559
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 560
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 561
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 562
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 563
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 564
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 565
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 566
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 567
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 568
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 569
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 570
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 571
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 572
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 573
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 586
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 587
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 588
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 589
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 590
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 591
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 592
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 593
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 594
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 595
 Warning indentation Indentation 'while' has incorrect indentation level 20, expected level should be 10. 596
 Warning indentation Indentation 'while' child has incorrect indentation level 24, expected level should be 12. 597
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 20, expected level should be 10. 598
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 599
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 600
 Warning indentation Indentation 'try' has incorrect indentation level 16, expected level should be 8. 601
 Warning indentation Indentation 'try' child has incorrect indentation level 20, expected level should be 10. 602
 Warning indentation Indentation 'try' child has incorrect indentation level 20, expected level should be 10. 603
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 16, expected level should be 8. 604
 Warning indentation Indentation 'catch' child has incorrect indentation level 20, expected level should be 10. 605
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 16, expected level should be 8. 608
 Warning indentation Indentation 'catch' child has incorrect indentation level 20, expected level should be 10. 609
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 16, expected level should be 8. 611
 Warning indentation Indentation 'catch' child has incorrect indentation level 20, expected level should be 10. 612
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 16, expected level should be 8. 614
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 615
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 616
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 618
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 619
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 621
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 622
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 640
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 641
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 642
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 643
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 660
 Warning sizes LineLength Line is longer than 100 characters (found 104). 662
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 666
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 671
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 672
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 673
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 680
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 681
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 682
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 683
 Warning javadoc SummaryJavadoc Forbidden summary fragment. 707
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 715
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 723
 Warning naming AbbreviationAsWordInName Abbreviation in name 'CONST' must contain no more than '1' consecutive capital letters. 723
 Warning naming MethodName Method name 'CONST' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 723
 Warning blocks LeftCurly '{' at column 50 should have line break after. 723
 Warning blocks RightCurly '}' at column 62 should be alone on a line. 723
 Warning javadoc SummaryJavadoc Forbidden summary fragment. 725
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 733
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 741
 Warning naming AbbreviationAsWordInName Abbreviation in name 'CONST' must contain no more than '1' consecutive capital letters. 741
 Warning naming MethodName Method name 'CONST' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 741
 Warning blocks LeftCurly '{' at column 44 should have line break after. 741
 Warning blocks RightCurly '}' at column 56 should be alone on a line. 741
 Warning javadoc SummaryJavadoc Forbidden summary fragment. 743
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 751
 Warning javadoc AtclauseOrder Block tags have to appear in the order '[@param, @return, @throws, @deprecated]'. 760
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 762
 Warning naming AbbreviationAsWordInName Abbreviation in name 'CONST_BYTE' must contain no more than '1' consecutive capital letters. 762
 Warning naming MethodName Method name 'CONST_BYTE' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 762
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 763
 Warning sizes LineLength Line is longer than 100 characters (found 128). 764
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 764
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 765
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 766
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 767
 Warning javadoc SummaryJavadoc Forbidden summary fragment. 769
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 777
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 785
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '741'. 785
 Warning naming AbbreviationAsWordInName Abbreviation in name 'CONST' must contain no more than '1' consecutive capital letters. 785
 Warning naming MethodName Method name 'CONST' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 785
 Warning blocks LeftCurly '{' at column 44 should have line break after. 785
 Warning blocks RightCurly '}' at column 56 should be alone on a line. 785
 Warning javadoc SummaryJavadoc Forbidden summary fragment. 787
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 795
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 803
 Warning naming AbbreviationAsWordInName Abbreviation in name 'CONST' must contain no more than '1' consecutive capital letters. 803
 Warning naming MethodName Method name 'CONST' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 803
 Warning blocks LeftCurly '{' at column 46 should have line break after. 803
 Warning blocks RightCurly '}' at column 58 should be alone on a line. 803
 Warning javadoc SummaryJavadoc Forbidden summary fragment. 805
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 813
 Warning javadoc AtclauseOrder Block tags have to appear in the order '[@param, @return, @throws, @deprecated]'. 822
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 824
 Warning naming AbbreviationAsWordInName Abbreviation in name 'CONST_SHORT' must contain no more than '1' consecutive capital letters. 824
 Warning naming MethodName Method name 'CONST_SHORT' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 824
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 825
 Warning sizes LineLength Line is longer than 100 characters (found 132). 826
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 826
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 827
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 828
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 829
 Warning javadoc SummaryJavadoc Forbidden summary fragment. 832
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 840
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 848
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '803'. 848
 Warning naming AbbreviationAsWordInName Abbreviation in name 'CONST' must contain no more than '1' consecutive capital letters. 848
 Warning naming MethodName Method name 'CONST' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 848
 Warning blocks LeftCurly '{' at column 42 should have line break after. 848
 Warning blocks RightCurly '}' at column 54 should be alone on a line. 848
 Warning javadoc SummaryJavadoc Forbidden summary fragment. 850
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 858
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 866
 Warning naming AbbreviationAsWordInName Abbreviation in name 'CONST' must contain no more than '1' consecutive capital letters. 866
 Warning naming MethodName Method name 'CONST' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 866
 Warning blocks LeftCurly '{' at column 44 should have line break after. 866
 Warning blocks RightCurly '}' at column 56 should be alone on a line. 866
 Warning javadoc SummaryJavadoc Forbidden summary fragment. 868
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 876
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 884
 Warning naming AbbreviationAsWordInName Abbreviation in name 'CONST' must contain no more than '1' consecutive capital letters. 884
 Warning naming MethodName Method name 'CONST' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 884
 Warning blocks LeftCurly '{' at column 46 should have line break after. 884
 Warning blocks RightCurly '}' at column 58 should be alone on a line. 884
 Warning javadoc SummaryJavadoc Forbidden summary fragment. 886
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 894
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 902
 Warning naming AbbreviationAsWordInName Abbreviation in name 'CONST' must contain no more than '1' consecutive capital letters. 902
 Warning naming MethodName Method name 'CONST' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 902
 Warning blocks LeftCurly '{' at column 48 should have line break after. 902
 Warning blocks RightCurly '}' at column 60 should be alone on a line. 902
 Warning javadoc SummaryJavadoc Forbidden summary fragment. 904
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 912
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 921
 Warning naming AbbreviationAsWordInName Abbreviation in name 'CONST' must contain no more than '1' consecutive capital letters. 921
 Warning naming MethodName Method name 'CONST' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 921
 Warning blocks LeftCurly '{' at column 42 should have line break after. 921
 Warning blocks RightCurly '}' at column 54 should be alone on a line. 921

org/apache/commons/lang3/RandomStringUtils.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@since' should be preceded with an empty line. 33
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 53
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 6, expected level should be 4. 54
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 55
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 68
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 70
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 82
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 84
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 96
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 97
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 98
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 110
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 111
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 112
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 124
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 125
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 126
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 137
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 139
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 142
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '68'. 142
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 143
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 144
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 157
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 159
 Warning sizes LineLength Line is longer than 100 characters (found 128). 162
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 162
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 163
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 164
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 181
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 184
 Warning sizes LineLength Line is longer than 100 characters (found 149). 186
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 186
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 187
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 188
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 215
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 219
 Warning sizes LineLength Line is longer than 100 characters (found 101). 220
 Warning sizes LineLength Line is longer than 100 characters (found 108). 223
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 223
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 225
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 226
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 227
 Warning sizes LineLength Line is longer than 100 characters (found 111). 228
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 228
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 229
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 230
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 231
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 232
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 234
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 235
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 236
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 237
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 238
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 239
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 240
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 241
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 242
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 243
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 244
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 245
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 246
 Warning sizes LineLength Line is longer than 100 characters (found 125). 247
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 247
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 248
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 249
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 251
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 252
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 254
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 255
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 256
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 257
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 258
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 259
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 260
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 261
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 264
 Warning whitespace WhitespaceAfter 'if' is not followed by whitespace. 264
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 264
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 265
 Warning whitespace WhitespaceAfter 'if' is not followed by whitespace. 265
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 265
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 266
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 267
 Warning indentation Indentation 'else' child has incorrect indentation level 24, expected level should be 12. 269
 Warning indentation Indentation 'else' child has incorrect indentation level 24, expected level should be 12. 270
 Warning indentation Indentation 'else' child has incorrect indentation level 24, expected level should be 12. 271
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 20, expected level should be 10. 272
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 273
 Warning whitespace WhitespaceAfter 'if' is not followed by whitespace. 273
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 273
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 274
 Warning whitespace WhitespaceAfter 'if' is not followed by whitespace. 274
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 274
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 275
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 276
 Warning indentation Indentation 'else' child has incorrect indentation level 24, expected level should be 12. 278
 Warning indentation Indentation 'else' child has incorrect indentation level 24, expected level should be 12. 279
 Warning indentation Indentation 'else' child has incorrect indentation level 24, expected level should be 12. 280
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 20, expected level should be 10. 281
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 282
 Warning whitespace WhitespaceAfter 'if' is not followed by whitespace. 282
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 282
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 284
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 285
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 286
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 287
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 288
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 289
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 290
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 291
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 292
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 293
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 305
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 309
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 310
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 311
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 312
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 313
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 314
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 324
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 328
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 329
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 330
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 331
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 332
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 333

org/apache/commons/lang3/Range.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@since' should be preceded with an empty line. 30
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@see' should be preceded with an empty line. 37
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 39
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 44
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 48
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 56
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 60
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 75
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 77
 Warning sizes LineLength Line is longer than 100 characters (found 103). 91
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 93
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 94
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 95
 Warning sizes LineLength Line is longer than 100 characters (found 106). 113
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 113
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 114
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 115
 Warning sizes LineLength Line is longer than 100 characters (found 103). 132
 Warning sizes LineLength Line is longer than 100 characters (found 116). 134
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 134
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 135
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 136
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 145
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 147
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 148
 Warning whitespace OperatorWrap '+' should be on a new line. 148
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 150
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 151
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 152
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 153
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 154
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 155
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 156
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 157
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 158
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 159
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 160
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 161
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 162
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 172
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 173
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 174
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 181
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 182
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 183
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 193
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 194
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 195
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 205
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 206
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 207
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 218
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 219
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 220
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 221
 Warning sizes LineLength Line is longer than 100 characters (found 101). 222
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 222
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 223
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 231
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 232
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 233
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 234
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 235
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 236
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 244
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 245
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 246
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 247
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 248
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 249
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 257
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 258
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 259
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 260
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 261
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 262
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 270
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 271
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 272
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 273
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 274
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 275
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 287
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 288
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 290
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 291
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 292
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 293
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 294
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 295
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 296
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 297
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 298
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 299
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 313
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 314
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 315
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 316
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 317
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 319
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 330
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 331
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 332
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 333
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 334
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 335
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 346
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 349
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 350
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 351
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 352
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 353
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 356
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 367
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 368
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 369
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 370
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 371
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 372
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 376
 Warning sizes LineLength Line is longer than 100 characters (found 108). 377
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 381
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 382
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 383
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 385
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 386
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 387
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 388
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 389
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 390
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 391
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 392
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 406
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 408
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 409
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 410
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 411
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 412
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 413
 Warning indentation Indentation 'Range' has incorrect indentation level 12, expected level should be 16. 415
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 416
 Warning whitespace OperatorWrap '&&' should be on a new line. 416
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 418
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 419
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 426
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 428
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 429
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 430
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 431
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 432
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 433
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 434
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 435
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 436
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 437
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 446
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 448
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 449
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 450
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 451
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 452
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 453
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 454
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 455
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 456
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 457
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 458
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 459
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 460
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 471
 Warning sizes LineLength Line is longer than 100 characters (found 117). 471
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 474
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 475
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 476
 Warning indentation Indentation 'enum def modifier' has incorrect indentation level 4, expected level should be 2. 479
 Warning indentation Indentation 'enum def modifier' has incorrect indentation level 4, expected level should be 2. 480
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 489
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 491
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 492
 Warning indentation Indentation 'enum def rcurly' has incorrect indentation level 4, expected level should be 2. 493

org/apache/commons/lang3/SerializationException.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@since' should be preceded with an empty line. 25
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@see' should be preceded with an empty line. 33
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 35
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 41
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 42
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 51
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 53
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 60
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 62
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 63
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 64
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 72
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 74
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 76

org/apache/commons/lang3/SerializationUtils.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 34
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 34
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@since' should be preceded with an empty line. 45
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@since' should be preceded with an empty line. 56
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 58
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 59
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 60
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 78
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 79
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 80
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 81
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 82
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 85
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 86
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 88
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 94
 Warning indentation Indentation 'T' has incorrect indentation level 12, expected level should be 16. 96
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 97
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 99
 Warning sizes LineLength Line is longer than 100 characters (found 108). 100
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 100
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 101
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 102
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 103
 Warning indentation Indentation 'try' has incorrect indentation level 12, expected level should be 6. 104
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 105
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 106
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 107
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 12, expected level should be 6. 108
 Warning sizes LineLength Line is longer than 100 characters (found 111). 109
 Warning indentation Indentation 'catch' child has incorrect indentation level 16, expected level should be 8. 109
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 12, expected level should be 6. 110
 Warning indentation Indentation 'finally rcurly' has incorrect indentation level 8, expected level should be 4. 111
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 112
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 131
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 132
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 133
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 134
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 135
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 136
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 138
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 139
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 141
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 142
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 143
 Warning indentation Indentation 'try' has incorrect indentation level 12, expected level should be 6. 144
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 145
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 146
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 147
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 12, expected level should be 6. 148
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 12, expected level should be 6. 150
 Warning indentation Indentation 'finally rcurly' has incorrect indentation level 8, expected level should be 4. 151
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 152
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 162
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 163
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 164
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 165
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 166
 Warning sizes LineLength Line is longer than 100 characters (found 118). 176
 Warning sizes LineLength Line is longer than 100 characters (found 109). 181
 Warning sizes LineLength Line is longer than 100 characters (found 118). 186
 Warning sizes LineLength Line is longer than 100 characters (found 116). 187
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 200
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 201
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 202
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 203
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 204
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 205
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 207
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 208
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 210
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 212
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 213
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 214
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 215
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 216
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 217
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 218
 Warning indentation Indentation 'try' has incorrect indentation level 12, expected level should be 6. 219
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 220
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 221
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 222
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 12, expected level should be 6. 223
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 12, expected level should be 6. 225
 Warning indentation Indentation 'finally rcurly' has incorrect indentation level 8, expected level should be 4. 226
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 227
 Warning sizes LineLength Line is longer than 100 characters (found 118). 235
 Warning sizes LineLength Line is longer than 100 characters (found 116). 236
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 240
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 249
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 250
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 251
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 252
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 253
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 254
 Warning indentation CommentsIndentation Block comment has incorrect indentation level 4, expected is 5, indentation should be the same level as line 269. 256
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 5, expected level should be 2. 269
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 270
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 272
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 276
 Warning sizes LineLength Line is longer than 100 characters (found 122). 281
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 281
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 282
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 283
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 285
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 286
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 287
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 288
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 289
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 290
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 291
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 292
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 293
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 294
 Warning sizes LineLength Line is longer than 100 characters (found 112). 297
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 299
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 304
 Warning sizes LineLength Line is longer than 100 characters (found 114). 305
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 306
 Warning indentation Indentation 'try' has incorrect indentation level 12, expected level should be 6. 307
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 308
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 12, expected level should be 6. 309
 Warning indentation Indentation 'try' has incorrect indentation level 16, expected level should be 8. 310
 Warning sizes LineLength Line is longer than 100 characters (found 102). 311
 Warning indentation Indentation 'try' child has incorrect indentation level 20, expected level should be 10. 311
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 16, expected level should be 8. 312
 Warning indentation Indentation 'catch' child has incorrect indentation level 20, expected level should be 10. 313
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 314
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 315
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 316
 Warning indentation Indentation 'else' child has incorrect indentation level 24, expected level should be 12. 317
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 20, expected level should be 10. 318
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 16, expected level should be 8. 319
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 12, expected level should be 6. 320
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 321
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 323

org/apache/commons/lang3/StringEscapeUtils.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.lang3.text.translate.AggregateTranslator' 22
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@since' should be preceded with an empty line. 36
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 45
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'array initialization rcurly' has incorrect indentation level 10, expected level should be one of the following: 12, 16. 57
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 65
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 72
 Warning indentation Indentation 'array initialization lcurly' has incorrect indentation level 28, expected level should be one of the following: 24, 26, 30. 76
 Warning indentation Indentation 'array initialization lcurly' has incorrect indentation level 28, expected level should be one of the following: 24, 26, 30. 77
 Warning indentation Indentation 'array initialization lcurly' has incorrect indentation level 28, expected level should be one of the following: 24, 26, 30. 78
 Warning indentation Indentation 'array initialization lcurly' has incorrect indentation level 28, expected level should be one of the following: 24, 26, 30. 79
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 87
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 94
 Warning indentation Indentation 'array initialization lcurly' has incorrect indentation level 28, expected level should be one of the following: 24, 26, 30. 98
 Warning indentation Indentation 'array initialization lcurly' has incorrect indentation level 28, expected level should be one of the following: 24, 26, 30. 99
 Warning indentation Indentation 'array initialization lcurly' has incorrect indentation level 28, expected level should be one of the following: 24, 26, 30. 100
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 108
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 115
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 123
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 130
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 138
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 145
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 154
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 161
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 166
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 168
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 169
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 170
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 171
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 174
 Warning sizes LineLength Line is longer than 100 characters (found 110). 175
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 177
 Warning whitespace WhitespaceAfter 'if' is not followed by whitespace. 177
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 177
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 178
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 179
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 181
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 182
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 183
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 184
 Warning sizes LineLength Line is longer than 100 characters (found 111). 185
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 185
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 186
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 187
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 188
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 189
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 190
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 196
 Warning sizes LineLength Line is longer than 100 characters (found 112). 203
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 204
 Warning indentation Indentation 'array initialization lcurly' has incorrect indentation level 28, expected level should be one of the following: 24, 26, 30. 211
 Warning indentation Indentation 'array initialization lcurly' has incorrect indentation level 28, expected level should be one of the following: 24, 26, 30. 212
 Warning indentation Indentation 'array initialization lcurly' has incorrect indentation level 28, expected level should be one of the following: 24, 26, 30. 213
 Warning indentation Indentation 'array initialization lcurly' has incorrect indentation level 28, expected level should be one of the following: 24, 26, 30. 214
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 220
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 227
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 231
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 238
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 242
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 249
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 258
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 265
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 275
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 282
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 291
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 298
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 300
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 302
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 303
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 304
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 305
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 308
 Warning sizes LineLength Line is longer than 100 characters (found 110). 309
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 311
 Warning whitespace WhitespaceAfter 'if' is not followed by whitespace. 311
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 311
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 312
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 313
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 315
 Warning whitespace ParenPad '(' is followed by whitespace. 315
 Warning whitespace ParenPad ')' is preceded with whitespace. 315
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 316
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 317
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 318
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 321
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 323
 Warning whitespace ParenPad '(' is followed by whitespace. 323
 Warning whitespace ParenPad ')' is preceded with whitespace. 323
 Warning sizes LineLength Line is longer than 100 characters (found 104). 325
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 325
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 326
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 327
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 328
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 329
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 330
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 331
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 345
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 6, expected level should be 4. 346
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 347
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 372
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 373
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 374
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 401
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 402
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 403
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 430
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 431
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 432
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 440
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 443
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 444
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 445
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 460
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 461
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 462
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 477
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 478
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 479
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 510
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 511
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 512
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 523
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 524
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 525
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 545
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 546
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 547
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 559
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 560
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 561
 Warning sizes LineLength Line is longer than 100 characters (found 110). 577
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 583
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 584
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 585
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 604
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 605
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 606
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 624
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 630
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 633
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 634
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 635
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 650
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 656
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 659
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 660
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 661

org/apache/commons/lang3/StringUtils.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@see' should be preceded with an empty line. 109
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@since' should be preceded with an empty line. 134
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 136
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@since' should be preceded with an empty line. 140
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 142
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@see' should be preceded with an empty line. 147
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 151
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@see' should be preceded with an empty line. 156
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 160
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@since' should be preceded with an empty line. 164
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 166
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 171
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 181
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 191
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 192
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 193
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 216
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 217
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 218
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 235
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 236
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 237
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 255
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 256
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 257
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 258
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 259
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 260
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 261
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 262
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 263
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 264
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 265
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 266
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 281
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 285
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 286
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 287
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 314
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 315
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 316
 Warning javadoc JavadocParagraph Redundant <p> tag. 319
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 337
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 340
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 341
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 342
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 343
 Warning javadoc JavadocParagraph Redundant <p> tag. 346
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 366
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 367
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 368
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 394
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 395
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 396
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 418
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 421
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 422
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 423
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 424
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 425
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 426
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 427
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 451
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 452
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 453
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 481
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '394'. 481
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 482
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 483
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 484
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 485
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 486
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 487
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 513
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 514
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 515
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 516
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 517
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 518
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 519
 Warning indentation Indentation 'while' has incorrect indentation level 12, expected level should be 6. 520
 Warning indentation Indentation 'while' child has incorrect indentation level 16, expected level should be 8. 521
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 12, expected level should be 6. 522
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 523
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 524
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 525
 Warning indentation Indentation 'while' has incorrect indentation level 12, expected level should be 6. 526
 Warning indentation Indentation 'while' child has incorrect indentation level 16, expected level should be 8. 527
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 12, expected level should be 6. 528
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 529
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 530
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 531
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 558
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 559
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 560
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 561
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 562
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 564
 Warning indentation Indentation 'while' has incorrect indentation level 12, expected level should be 6. 565
 Warning indentation Indentation 'while' child has incorrect indentation level 16, expected level should be 8. 566
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 12, expected level should be 6. 567
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 568
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 569
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 570
 Warning indentation Indentation 'while' has incorrect indentation level 12, expected level should be 6. 571
 Warning indentation Indentation 'while' child has incorrect indentation level 16, expected level should be 8. 572
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 12, expected level should be 6. 573
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 574
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 575
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 576
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 599
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 600
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 601
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 628
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 629
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 630
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 631
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 632
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 633
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 634
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 635
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 636
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 637
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 638
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 658
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 659
 Warning whitespace WhitespaceAfter 'if' is not followed by whitespace. 659
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 659
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 660
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 661
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 662
 Warning whitespace WhitespaceAfter ';' is not followed by whitespace. 662
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 663
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 665
 Warning whitespace WhitespaceAfter ';' is not followed by whitespace. 665
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 666
 Warning sizes LineLength Line is longer than 100 characters (found 101). 689
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 691
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 692
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 693
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 694
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 695
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 696
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 697
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 698
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 699
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 700
 Warning sizes LineLength Line is longer than 100 characters (found 108). 701
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 701
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 702
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 722
 Warning sizes LineLength Line is longer than 100 characters (found 121). 723
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 725
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 726
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 727
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 728
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 729
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 730
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 731
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 732
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 733
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 734
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 735
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 755
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 759
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 760
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 761
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 762
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 763
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 764
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 788
 Warning sizes LineLength Line is longer than 100 characters (found 101). 790
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 792
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 793
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 794
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 795
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 796
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 797
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 819
 Warning sizes LineLength Line is longer than 100 characters (found 103). 821
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 823
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 824
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 825
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 826
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 827
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 828
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 859
 Warning sizes LineLength Line is longer than 100 characters (found 113). 861
 Warning sizes LineLength Line is longer than 100 characters (found 105). 863
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 863
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 864
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 865
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 866
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 867
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 868
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 900
 Warning sizes LineLength Line is longer than 100 characters (found 127). 902
 Warning sizes LineLength Line is longer than 100 characters (found 111). 904
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 904
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 905
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 906
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 919
 Warning sizes LineLength Line is longer than 100 characters (found 102). 921
 Warning sizes LineLength Line is longer than 100 characters (found 137). 922
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 922
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 923
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 924
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 925
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 926
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 927
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 928
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 929
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 930
 Warning indentation Indentation 'do..while' has incorrect indentation level 8, expected level should be 4. 931
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 932
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 933
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 934
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 935
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 936
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 937
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 938
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 939
 Warning indentation Indentation 'do..while' child has incorrect indentation level 12, expected level should be 6. 940
 Warning indentation Indentation 'do..while rcurly' has incorrect indentation level 8, expected level should be 4. 941
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 942
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 943
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 966
 Warning sizes LineLength Line is longer than 100 characters (found 123). 968
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 970
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 971
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 972
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1002
 Warning sizes LineLength Line is longer than 100 characters (found 133). 1004
 Warning sizes LineLength Line is longer than 100 characters (found 109). 1006
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1006
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1007
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1008
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1009
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1010
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1011
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1012
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1013
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1014
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1015
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1016
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1017
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1018
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1019
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 1020
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 1021
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1022
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1023
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 1024
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1025
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1026
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1046
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1050
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1051
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1052
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1053
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1054
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1055
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1084
 Warning sizes LineLength Line is longer than 100 characters (found 109). 1086
 Warning sizes LineLength Line is longer than 100 characters (found 101). 1088
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1088
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1089
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1090
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1091
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1092
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1093
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1114
 Warning sizes LineLength Line is longer than 100 characters (found 111). 1116
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1118
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1119
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1120
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1121
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1122
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1123
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1155
 Warning sizes LineLength Line is longer than 100 characters (found 135). 1157
 Warning sizes LineLength Line is longer than 100 characters (found 115). 1159
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1159
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1160
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1161
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1195
 Warning sizes LineLength Line is longer than 100 characters (found 121). 1197
 Warning sizes LineLength Line is longer than 100 characters (found 109). 1199
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1199
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '1,118'. 1199
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1200
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1201
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1202
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1203
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1204
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1225
 Warning sizes LineLength Line is longer than 100 characters (found 131). 1227
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1229
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1230
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1231
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1232
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1233
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1234
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1264
 Warning sizes LineLength Line is longer than 100 characters (found 141). 1266
 Warning sizes LineLength Line is longer than 100 characters (found 113). 1268
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1268
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1269
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1270
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1271
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1272
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1273
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1274
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1275
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1276
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1277
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1278
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1279
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1280
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 1282
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 1283
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1284
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1285
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 1286
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1287
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1288
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1308
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1312
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1313
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1314
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1315
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1316
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1317
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1337
 Warning sizes LineLength Line is longer than 100 characters (found 105). 1339
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1341
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1342
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1343
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1344
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1345
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1346
 Warning javadoc JavadocParagraph Redundant <p> tag. 1349
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1369
 Warning sizes LineLength Line is longer than 100 characters (found 125). 1370
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1372
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1373
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1374
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1375
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1376
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1377
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 1378
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 1379
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1380
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1381
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 1382
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1383
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1384
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 1388
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1390
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1395
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1396
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1397
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1398
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1399
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 1400
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 1401
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1402
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1403
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 1404
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1405
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1406
 Warning sizes LineLength Line is longer than 100 characters (found 104). 1431
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1433
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1434
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1435
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1436
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1437
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1438
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1439
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1440
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 1441
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 1442
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 1443
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 1444
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 1445
 Warning indentation Indentation 'if' has incorrect indentation level 24, expected level should be 12. 1447
 Warning indentation Indentation 'if' child has incorrect indentation level 28, expected level should be 14. 1448
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 24, expected level should be 12. 1449
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 1450
 Warning indentation Indentation 'else' child has incorrect indentation level 24, expected level should be 12. 1451
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 20, expected level should be 10. 1452
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 1453
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 1454
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 1455
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1456
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1457
 Warning sizes LineLength Line is longer than 100 characters (found 103). 1480
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1482
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1483
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1484
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1485
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1486
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1487
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1511
 Warning sizes LineLength Line is longer than 100 characters (found 106). 1513
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1515
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1516
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1517
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1518
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1519
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1520
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1521
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1522
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 1523
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 1524
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 1525
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 1526
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 1527
 Warning indentation Indentation 'if' has incorrect indentation level 24, expected level should be 12. 1528
 Warning indentation Indentation 'if' child has incorrect indentation level 28, expected level should be 14. 1530
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 24, expected level should be 12. 1531
 Warning indentation Indentation 'if' has incorrect indentation level 24, expected level should be 12. 1532
 Warning indentation Indentation 'if' child has incorrect indentation level 28, expected level should be 14. 1533
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 24, expected level should be 12. 1534
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 1535
 Warning indentation Indentation 'else' child has incorrect indentation level 24, expected level should be 12. 1537
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 20, expected level should be 10. 1538
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 1539
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 1540
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 1541
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1542
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1543
 Warning sizes LineLength Line is longer than 100 characters (found 108). 1551
 Warning sizes LineLength Line is longer than 100 characters (found 102). 1569
 Warning sizes LineLength Line is longer than 100 characters (found 111). 1571
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1573
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1574
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1575
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1576
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1577
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1578
 Warning sizes LineLength Line is longer than 100 characters (found 110). 1604
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1606
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1607
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1608
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1609
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1610
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1611
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1612
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1613
 Warning indentation Indentation 'label' child has incorrect indentation level 8, expected level should be one of the following: 2, 4. 1614
 Warning indentation Indentation 'label' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 1615
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 1616
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 1617
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be one of the following: 8, 10, 12. 1618
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be one of the following: 10, 12, 14. 1619
 Warning indentation Indentation 'if' has incorrect indentation level 24, expected level should be one of the following: 12, 14, 16. 1620
 Warning indentation Indentation 'if' child has incorrect indentation level 28, expected level should be one of the following: 14, 16, 18. 1621
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 24, expected level should be one of the following: 12, 14, 16. 1622
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be one of the following: 10, 12, 14. 1623
 Warning indentation Indentation 'else' child has incorrect indentation level 24, expected level should be one of the following: 12, 14, 16. 1624
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 20, expected level should be one of the following: 10, 12, 14. 1625
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be one of the following: 8, 10, 12. 1626
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 1627
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 1628
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be one of the following: 4, 6. 1629
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1630
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1631
 Warning sizes LineLength Line is longer than 100 characters (found 115). 1654
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1656
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1657
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1658
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1659
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1660
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 1661
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 1662
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 1663
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 1664
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1665
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 1666
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 1667
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 1668
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1669
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 1670
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 1671
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 1672
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 1673
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 1674
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1675
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1676
 Warning sizes LineLength Line is longer than 100 characters (found 108). 1700
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1702
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1704
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1705
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1706
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1707
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1708
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1709
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1710
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1711
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1712
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1713
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1714
 Warning sizes LineLength Line is longer than 100 characters (found 107). 1737
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1739
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1740
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1741
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1742
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1743
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1744
 Warning sizes LineLength Line is longer than 100 characters (found 108). 1769
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1771
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1772
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1773
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1774
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1775
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1776
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1777
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1778
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 1779
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 1780
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 1781
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 1782
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 1783
 Warning indentation Indentation 'if' has incorrect indentation level 24, expected level should be 12. 1784
 Warning indentation Indentation 'if' child has incorrect indentation level 28, expected level should be 14. 1786
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 24, expected level should be 12. 1787
 Warning indentation Indentation 'if' has incorrect indentation level 24, expected level should be 12. 1788
 Warning indentation Indentation 'if' child has incorrect indentation level 28, expected level should be 14. 1789
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 24, expected level should be 12. 1790
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 1791
 Warning indentation Indentation 'else' child has incorrect indentation level 24, expected level should be 12. 1793
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 20, expected level should be 10. 1794
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 1795
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 1796
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 1797
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1798
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1799
 Warning sizes LineLength Line is longer than 100 characters (found 107). 1822
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1824
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1825
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1826
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1827
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1828
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1829
 Warning sizes LineLength Line is longer than 100 characters (found 114). 1858
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1860
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '1,482'. 1860
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1861
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1862
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1863
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1864
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1867
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1869
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 1870
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 1871
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 1872
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1873
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1874
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 1875
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 1876
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1877
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1878
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 1880
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1881
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1882
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 1883
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1885
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1886
 Warning sizes LineLength Line is longer than 100 characters (found 119). 1912
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1914
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1915
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1916
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1917
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1918
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1919
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1920
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 1921
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 1922
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 1923
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1924
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1925
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 1926
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 1927
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1928
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1929
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 1930
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1931
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1932
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1957
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1960
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1961
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1962
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1963
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1966
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1967
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1968
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1970
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1971
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1972
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1973
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1974
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1975
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1977
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1978
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 2009
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 2011
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 2013
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2015
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2016
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2017
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2018
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2021
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2022
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2023
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2024
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2025
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2026
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2029
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2030
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2031
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2034
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2035
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2036
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2038
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2039
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2040
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2041
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2042
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2043
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2045
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2046
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2070
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2071
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2072
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2073
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2074
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2075
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2076
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2077
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2078
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2079
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2080
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2081
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2103
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2104
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2105
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2106
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2107
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2108
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2109
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2110
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2111
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2112
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2113
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2114
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2141
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2142
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2143
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2144
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2145
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2146
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2147
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2148
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2149
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2150
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2151
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2152
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2153
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2154
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2155
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 2183
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2186
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2187
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2188
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2189
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2190
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2191
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2192
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2193
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2194
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2195
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2196
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2197
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2198
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 2225
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2228
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2229
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2230
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2231
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2232
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2233
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2234
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2235
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2236
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2237
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2238
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2239
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2240
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 2266
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2269
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2270
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2271
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2272
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2273
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2274
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2275
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2276
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2277
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2278
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 2306
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2309
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2310
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2311
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2312
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2313
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2314
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2315
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2316
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2317
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2318
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2319
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2320
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2321
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2346
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2347
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2348
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2377
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2378
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2379
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2380
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2381
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2382
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2383
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 2384
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 2385
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 2386
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2387
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2388
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2389
 Warning sizes LineLength Line is longer than 100 characters (found 103). 2413
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2413
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2414
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2415
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2416
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2417
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2418
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2419
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2420
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2421
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2422
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2423
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2424
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 2425
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 2426
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 2427
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 2428
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 2429
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 2430
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 2431
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 2432
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 2433
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 2434
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 2435
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 2436
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 2437
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2438
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2439
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2440
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2441
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2442
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2471
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2472
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2473
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2499
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2500
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2501
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 2525
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2528
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2529
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2530
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 2557
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 2559
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2562
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2563
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2564
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 2586
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2589
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2590
 Warning whitespace ParenPad '(' is followed by whitespace. 2590
 Warning whitespace ParenPad ')' is preceded with whitespace. 2590
 Warning whitespace NoWhitespaceBefore ';' is preceded with whitespace. 2590
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2591
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 2615
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 2617
 Warning sizes LineLength Line is longer than 100 characters (found 109). 2620
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2620
 Warning whitespace ParenPad '(' is followed by whitespace. 2620
 Warning whitespace ParenPad ')' is preceded with whitespace. 2620
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2621
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2622
 Warning sizes LineLength Line is longer than 100 characters (found 101). 2637
 Warning sizes LineLength Line is longer than 100 characters (found 109). 2638
 Warning sizes LineLength Line is longer than 100 characters (found 101). 2639
 Warning sizes LineLength Line is longer than 100 characters (found 101). 2640
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 2645
 Warning sizes LineLength Line is longer than 100 characters (found 109). 2649
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2649
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2650
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2651
 Warning sizes LineLength Line is longer than 100 characters (found 104). 2667
 Warning sizes LineLength Line is longer than 100 characters (found 112). 2668
 Warning sizes LineLength Line is longer than 100 characters (found 101). 2669
 Warning sizes LineLength Line is longer than 100 characters (found 104). 2670
 Warning sizes LineLength Line is longer than 100 characters (found 103). 2671
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 2676
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 2678
 Warning sizes LineLength Line is longer than 100 characters (found 124). 2682
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2682
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2683
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2684
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 2691
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 2693
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 2695
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 2696
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2700
 Warning sizes LineLength Line is longer than 100 characters (found 103). 2701
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2702
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2703
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2704
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2706
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2708
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2709
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2710
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2712
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2714
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2715
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2717
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2719
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2720
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2721
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2722
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 2723
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 2724
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 2726
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 2727
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 2728
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 2730
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 2731
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 2732
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 2733
 Warning indentation Indentation 'else' child has incorrect indentation level 24, expected level should be 12. 2736
 Warning indentation Indentation 'else' child has incorrect indentation level 24, expected level should be 12. 2741
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 20, expected level should be 10. 2742
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 2743
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 2745
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 2746
 Warning indentation Indentation 'if' has incorrect indentation level 24, expected level should be 12. 2747
 Warning indentation Indentation 'if' child has incorrect indentation level 28, expected level should be 14. 2748
 Warning indentation Indentation 'if' child has incorrect indentation level 28, expected level should be 14. 2749
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 24, expected level should be 12. 2750
 Warning indentation Indentation 'else' child has incorrect indentation level 28, expected level should be 14. 2751
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 24, expected level should be 12. 2752
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 2753
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 2754
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 2755
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 2756
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 2758
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 2759
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 2760
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 2761
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2763
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2764
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2791
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2792
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2793
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 2823
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2827
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2828
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2829
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 2839
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 2840
 Warning sizes LineLength Line is longer than 100 characters (found 118). 2843
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2843
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2846
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2847
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2848
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2849
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2850
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2851
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2852
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2853
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2854
 Warning coding MultipleVariableDeclarations Each variable declaration must be in its own statement. 2854
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2855
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2856
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 2857
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 2858
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 2859
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 2860
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 2861
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 2862
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 2863
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 2864
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 2865
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 2866
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 2867
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 2868
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 2869
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 2870
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2871
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2872
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2873
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2874
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2875
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 2906
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2910
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '2,827'. 2910
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2911
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2912
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 2944
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 2946
 Warning sizes LineLength Line is longer than 100 characters (found 113). 2950
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2950
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2951
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2952
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 2962
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 2964
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 2965
 Warning sizes LineLength Line is longer than 100 characters (found 136). 2968
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2968
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '2,843'. 2968
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2973
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2974
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2975
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2976
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2977
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2978
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2979
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2980
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2981
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2982
 Warning coding MultipleVariableDeclarations Each variable declaration must be in its own statement. 2982
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2983
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2984
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2985
 Warning indentation Indentation 'while' has incorrect indentation level 12, expected level should be 6. 2987
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 2988
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 2989
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 2990
 Warning indentation Indentation 'if' has incorrect indentation level 24, expected level should be 12. 2991
 Warning indentation Indentation 'if' child has incorrect indentation level 28, expected level should be 14. 2992
 Warning indentation Indentation 'if' child has incorrect indentation level 28, expected level should be 14. 2993
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 24, expected level should be 12. 2994
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 2995
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 2996
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 2997
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 2998
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 2999
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 3000
 Warning indentation Indentation 'while' child has incorrect indentation level 16, expected level should be 8. 3001
 Warning indentation Indentation 'while' child has incorrect indentation level 16, expected level should be 8. 3002
 Warning indentation Indentation 'while' child has incorrect indentation level 16, expected level should be 8. 3003
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 12, expected level should be 6. 3004
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 3005
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 3007
 Warning indentation Indentation 'while' has incorrect indentation level 12, expected level should be 6. 3008
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 3009
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 3010
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 3011
 Warning indentation Indentation 'if' has incorrect indentation level 24, expected level should be 12. 3012
 Warning indentation Indentation 'if' child has incorrect indentation level 28, expected level should be 14. 3013
 Warning indentation Indentation 'if' child has incorrect indentation level 28, expected level should be 14. 3014
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 24, expected level should be 12. 3015
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 3016
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 3017
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 3018
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 3019
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 3020
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 3021
 Warning indentation Indentation 'while' child has incorrect indentation level 16, expected level should be 8. 3022
 Warning indentation Indentation 'while' child has incorrect indentation level 16, expected level should be 8. 3023
 Warning indentation Indentation 'while' child has incorrect indentation level 16, expected level should be 8. 3024
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 12, expected level should be 6. 3025
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 3026
 Warning indentation Indentation 'while' has incorrect indentation level 12, expected level should be 6. 3028
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 3029
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 3030
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 3031
 Warning indentation Indentation 'if' has incorrect indentation level 24, expected level should be 12. 3032
 Warning indentation Indentation 'if' child has incorrect indentation level 28, expected level should be 14. 3033
 Warning indentation Indentation 'if' child has incorrect indentation level 28, expected level should be 14. 3034
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 24, expected level should be 12. 3035
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 3036
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 3037
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 3038
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 3039
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 3040
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 3041
 Warning indentation Indentation 'while' child has incorrect indentation level 16, expected level should be 8. 3042
 Warning indentation Indentation 'while' child has incorrect indentation level 16, expected level should be 8. 3043
 Warning indentation Indentation 'while' child has incorrect indentation level 16, expected level should be 8. 3044
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 12, expected level should be 6. 3045
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 3046
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 3047
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 3048
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 3049
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3050
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 3051
 Warning javadoc JavadocParagraph Redundant <p> tag. 3054
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 3068
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 3072
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3073
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 3074
 Warning javadoc JavadocParagraph Redundant <p> tag. 3077
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 3096
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 3100
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3101
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 3102
 Warning javadoc JavadocParagraph Redundant <p> tag. 3105
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 3113
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 3118
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '3,072'. 3118
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 3119
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 3120
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 3121
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 3122
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 3123
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 3124
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3125
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3126
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3127
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3128
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 3129
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 3130
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 3131
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 3132
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 3133
 Warning sizes LineLength Line is longer than 100 characters (found 111). 3134
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 3134
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 3135
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 3136
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 3137
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 3138
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 3139
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 3140
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 3141
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 3142
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 3143
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 3144
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 3145
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3146
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3147
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 3148
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 3174
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3175
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 3176
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 3200
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 3201
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 3202
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 3203
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3204
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 3205
 Warning sizes LineLength Line is longer than 100 characters (found 110). 3209
 Warning sizes LineLength Line is longer than 100 characters (found 117). 3213
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 3225
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 3232
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 3233
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 3234
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 3235
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3236
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 3237
 Warning sizes LineLength Line is longer than 100 characters (found 110). 3241
 Warning sizes LineLength Line is longer than 100 characters (found 117). 3245
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 3257
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 3264
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 3265
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 3266
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 3267
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3268
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 3269
 Warning sizes LineLength Line is longer than 100 characters (found 110). 3273
 Warning sizes LineLength Line is longer than 100 characters (found 117). 3277
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 3289
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 3296
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 3297
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 3298
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 3299
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3300
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 3301
 Warning sizes LineLength Line is longer than 100 characters (found 110). 3305
 Warning sizes LineLength Line is longer than 100 characters (found 117). 3309
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 3321
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 3328
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 3329
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 3330
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 3331
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3332
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 3333
 Warning sizes LineLength Line is longer than 100 characters (found 110). 3337
 Warning sizes LineLength Line is longer than 100 characters (found 117). 3341
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 3353
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 3360
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 3361
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 3362
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 3363
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3364
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 3365
 Warning sizes LineLength Line is longer than 100 characters (found 110). 3369
 Warning sizes LineLength Line is longer than 100 characters (found 117). 3373
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 3385
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 3392
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 3393
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 3394
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 3395
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3396
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 3397
 Warning sizes LineLength Line is longer than 100 characters (found 110). 3401
 Warning sizes LineLength Line is longer than 100 characters (found 117). 3405
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 3417
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 3424
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 3425
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 3426
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 3427
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3428
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 3429
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 3452
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 3454
 Warning sizes LineLength Line is longer than 100 characters (found 117). 3458
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 3458
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 3459
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 3460
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 3461
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3462
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 3463
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 3464
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 3465
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3466
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 3467
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 3468
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 3469
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 3470
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 3471
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 3472
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 3473
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 3474
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3475
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 3476
 Warning sizes LineLength Line is longer than 100 characters (found 110). 3480
 Warning sizes LineLength Line is longer than 100 characters (found 117). 3484
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 3496
 Warning sizes LineLength Line is longer than 100 characters (found 115). 3501
 Warning sizes LineLength Line is longer than 100 characters (found 116). 3504
 Warning sizes LineLength Line is longer than 100 characters (found 115). 3509
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 3509
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 3510
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 3511
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 3512
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3513
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 3514
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 3515
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 3516
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3517
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 3518
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 3519
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 3520
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 3521
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 3522
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 3523
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3524
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 3525
 Warning sizes LineLength Line is longer than 100 characters (found 110). 3529
 Warning sizes LineLength Line is longer than 100 characters (found 117). 3533
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 3545
 Warning sizes LineLength Line is longer than 100 characters (found 115). 3550
 Warning sizes LineLength Line is longer than 100 characters (found 116). 3553
 Warning sizes LineLength Line is longer than 100 characters (found 114). 3558
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 3558
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 3559
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 3560
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 3561
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3562
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 3563
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 3564
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 3565
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3566
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 3567
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 3568
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 3569
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 3570
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 3571
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 3572
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3573
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 3574
 Warning sizes LineLength Line is longer than 100 characters (found 110). 3578
 Warning sizes LineLength Line is longer than 100 characters (found 117). 3582
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 3594
 Warning sizes LineLength Line is longer than 100 characters (found 115). 3599
 Warning sizes LineLength Line is longer than 100 characters (found 116). 3602
 Warning sizes LineLength Line is longer than 100 characters (found 115). 3607
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 3607
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 3608
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 3609
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 3610
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3611
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 3612
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 3613
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 3614
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3615
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 3616
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 3617
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 3618
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 3619
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 3620
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 3621
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3622
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 3623
 Warning sizes LineLength Line is longer than 100 characters (found 110). 3627
 Warning sizes LineLength Line is longer than 100 characters (found 117). 3631
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 3643
 Warning sizes LineLength Line is longer than 100 characters (found 115). 3648
 Warning sizes LineLength Line is longer than 100 characters (found 116). 3651
 Warning sizes LineLength Line is longer than 100 characters (found 116). 3656
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 3656
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 3657
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 3658
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 3659
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3660
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 3661
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 3662
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 3663
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3664
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 3665
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 3666
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 3667
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 3668
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 3669
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 3670
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3671
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 3672
 Warning sizes LineLength Line is longer than 100 characters (found 110). 3676
 Warning sizes LineLength Line is longer than 100 characters (found 117). 3680
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 3692
 Warning sizes LineLength Line is longer than 100 characters (found 115). 3697
 Warning sizes LineLength Line is longer than 100 characters (found 116). 3700
 Warning sizes LineLength Line is longer than 100 characters (found 115). 3705
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 3705
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 3706
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 3707
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 3708
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3709
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 3710
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 3711
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 3712
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3713
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 3714
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 3715
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 3716
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 3717
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 3718
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 3719
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3720
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 3721
 Warning sizes LineLength Line is longer than 100 characters (found 110). 3725
 Warning sizes LineLength Line is longer than 100 characters (found 117). 3729
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 3741
 Warning sizes LineLength Line is longer than 100 characters (found 115). 3746
 Warning sizes LineLength Line is longer than 100 characters (found 116). 3749
 Warning sizes LineLength Line is longer than 100 characters (found 117). 3754
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 3754
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 3755
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 3756
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 3757
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3758
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 3759
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 3760
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 3761
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3762
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 3763
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 3764
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 3765
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 3766
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 3767
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 3768
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3769
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 3770
 Warning sizes LineLength Line is longer than 100 characters (found 110). 3774
 Warning sizes LineLength Line is longer than 100 characters (found 117). 3778
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 3790
 Warning sizes LineLength Line is longer than 100 characters (found 115). 3795
 Warning sizes LineLength Line is longer than 100 characters (found 116). 3798
 Warning sizes LineLength Line is longer than 100 characters (found 116). 3803
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 3803
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 3804
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 3805
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 3806
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3807
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 3808
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 3809
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 3810
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3811
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 3812
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 3813
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 3814
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 3815
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 3816
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 3817
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3818
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 3819
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 3845
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 3846
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 3847
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 3848
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3849
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 3850
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 3879
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 3880
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 3882
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 3883
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 3884
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 3885
 Warning sizes LineLength Line is longer than 100 characters (found 113). 3887
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 3887
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 3888
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 3889
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 3890
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 3891
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 3892
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 3893
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3897
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 3898
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 3899
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 3900
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3902
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 3904
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 3905
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 3906
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 3907
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 3908
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 3909
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 3910
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 3911
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3912
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 3913
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 3929
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 3932
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 3933
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 3934
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 3935
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 3936
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 3937
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3938
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 3939
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 3940
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 3941
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3944
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 3945
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 3946
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 3947
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 3949
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 3950
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 3951
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 3952
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 3953
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 3954
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 3955
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3957
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 3958
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 3973
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 3976
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 3977
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 3978
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 3979
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 3980
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 3981
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3982
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 3983
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 3984
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 3985
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 3988
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 3989
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 3990
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 3991
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 3993
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 3994
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 3995
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 3996
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 3997
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 3998
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 3999
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 4000
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 4001
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4002
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 4003
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 4019
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 4020
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 4021
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 4022
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4023
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 4024
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 4040
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 4041
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 4042
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 4043
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4044
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 4045
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 4063
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 4064
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 4065
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 4066
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4067
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4068
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4069
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 4070
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 4071
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 4072
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 4073
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 4074
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 4075
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 4076
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 4077
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4078
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 4079
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 4104
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 4107
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 4108
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 4109
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 4110
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 4111
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 4111
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 4112
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 4113
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4114
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 4115
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 4139
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 4142
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 4143
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 4144
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 4145
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 4146
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 4147
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 4148
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4149
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 4150
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 4173
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 4176
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 4177
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 4178
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 4179
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 4180
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 4181
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 4182
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4183
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 4184
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 4209
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 4212
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 4213
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 4214
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 4215
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 4216
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 4217
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 4218
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4219
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 4220
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 4242
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 4245
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 4246
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 4247
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 4248
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4249
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 4250
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 4268
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 4271
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 4272
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 4273
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 4274
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4275
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4276
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 4277
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 4278
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 4279
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 4280
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 4281
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4282
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 4283
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 4308
 Warning sizes LineLength Line is longer than 100 characters (found 110). 4310
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 4310
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4311
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 4312
 Warning sizes LineLength Line is longer than 100 characters (found 108). 4315
 Warning sizes LineLength Line is longer than 100 characters (found 118). 4316
 Warning sizes LineLength Line is longer than 100 characters (found 102). 4320
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 4323
 Warning sizes LineLength Line is longer than 100 characters (found 108). 4334
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 4334
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4335
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 4336
 Warning sizes LineLength Line is longer than 100 characters (found 117). 4339
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 4341
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 4350
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4351
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 4352
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 4375
 Warning sizes LineLength Line is longer than 100 characters (found 106). 4377
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 4377
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4378
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 4379
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 4407
 Warning sizes LineLength Line is longer than 100 characters (found 115). 4409
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 4409
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 4410
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 4411
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 4412
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4413
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4414
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 4415
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 4416
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 4417
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4418
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4419
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4420
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4421
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4422
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 4423
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 4424
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 4425
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 4426
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 4427
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 4428
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 4429
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 4430
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4431
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4432
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 4433
 Warning sizes LineLength Line is longer than 100 characters (found 116). 4474
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 4474
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4475
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 4476
 Warning sizes LineLength Line is longer than 100 characters (found 101). 4498
 Warning sizes LineLength Line is longer than 100 characters (found 105). 4500
 Warning sizes LineLength Line is longer than 100 characters (found 104). 4501
 Warning sizes LineLength Line is longer than 100 characters (found 120). 4502
 Warning sizes LineLength Line is longer than 100 characters (found 107). 4503
 Warning sizes LineLength Line is longer than 100 characters (found 126). 4522
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 4522
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4525
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4526
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 4527
 Warning sizes LineLength Line is longer than 100 characters (found 101). 4549
 Warning sizes LineLength Line is longer than 100 characters (found 105). 4551
 Warning sizes LineLength Line is longer than 100 characters (found 104). 4552
 Warning sizes LineLength Line is longer than 100 characters (found 117). 4553
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 4577
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '4,474'. 4577
 Warning sizes LineLength Line is longer than 100 characters (found 135). 4578
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 4583
 Warning whitespace OperatorWrap '||' should be on a new line. 4583
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 4585
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 4586
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 4589
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 4590
 Warning whitespace OperatorWrap '+' should be on a new line. 4590
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 4592
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4594
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4595
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 4598
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 4599
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 4603
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4606
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4609
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4610
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4611
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 4615
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 4616
 Warning whitespace OperatorWrap '||' should be on a new line. 4616
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 4618
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 4619
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 4620
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 4623
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 4624
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 4625
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 4626
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 4627
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 4628
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 4629
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 4630
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 4631
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 4635
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 4636
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 4637
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4639
 Warning sizes LineLength Line is longer than 100 characters (found 111). 4641
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4642
 Warning sizes LineLength Line is longer than 100 characters (found 107). 4644
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 4645
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 4646
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 4647
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 4648
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 4649
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 4650
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 4651
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 4652
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 4653
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4655
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4657
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 4659
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 4661
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 4662
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 4663
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 4664
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 4666
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 4668
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 4669
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 4670
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 4673
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 4674
 Warning whitespace OperatorWrap '||' should be on a new line. 4674
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 4676
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 4677
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 4678
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 4681
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 4682
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 4683
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 4684
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 4685
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 4686
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 4687
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 4688
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 4689
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 4692
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4693
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 4694
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 4695
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 4696
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4697
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 4698
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 4699
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 4700
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4702
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 4703
 Warning sizes LineLength Line is longer than 100 characters (found 104). 4727
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 4727
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 4728
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 4729
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 4730
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4731
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 4732
 Warning sizes LineLength Line is longer than 100 characters (found 104). 4770
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 4770
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 4771
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 4772
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 4773
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 4774
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 4775
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 4776
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4777
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4778
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4779
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4780
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 4781
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 4782
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 4783
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 4784
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 4785
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 4786
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 4787
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 4788
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 4789
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 4790
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 4791
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 4792
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 4793
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 4794
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 4795
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4796
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 4797
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 4830
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 4831
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 4832
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 4833
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 4834
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 4835
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 4836
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4837
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 4838
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 4839
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 4840
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 4841
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 4842
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 4843
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 4844
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 4845
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 4846
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 4847
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 4848
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 4849
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 4850
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 4851
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 4852
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 4853
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 4854
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4855
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 4860
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 4889
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 4890
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 4891
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 4892
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 4894
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 4895
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 4896
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 4897
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 4898
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 4899
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 4900
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4902
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4903
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 4905
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 4906
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 4907
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 4908
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 4909
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 4910
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 4911
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4912
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 4913
 Warning sizes LineLength Line is longer than 100 characters (found 118). 4940
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 4942
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4944
 Warning whitespace WhitespaceAfter ',' is not followed by whitespace. 4944
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 4945
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 4972
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 4973
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 4974
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 4975
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4976
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 4977
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 4978
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 4979
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4980
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4981
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4982
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 4983
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 4984
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 4985
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 4986
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 4987
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 5010
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 5012
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 5015
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 5016
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 5017
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 5018
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 5019
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 5020
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5021
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 5022
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 5023
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 5024
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 5025
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 5026
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 5027
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5029
 Warning indentation Indentation 'switch' has incorrect indentation level 8, expected level should be 4. 5030
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 5031
 Warning whitespace NoWhitespaceBeforeCaseDefaultColon ':' is preceded with whitespace. 5031
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 5032
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 5033
 Warning whitespace NoWhitespaceBeforeCaseDefaultColon ':' is preceded with whitespace. 5033
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 5034
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 5035
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 5036
 Warning indentation Indentation 'for' has incorrect indentation level 16, expected level should be 8. 5037
 Warning indentation Indentation 'for' child has incorrect indentation level 20, expected level should be 10. 5038
 Warning indentation Indentation 'for' child has incorrect indentation level 20, expected level should be 10. 5039
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 16, expected level should be 8. 5040
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 5041
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 5042
 Warning whitespace NoWhitespaceBeforeCaseDefaultColon ':' is preceded with whitespace. 5042
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 5043
 Warning indentation Indentation 'for' has incorrect indentation level 16, expected level should be 8. 5044
 Warning indentation Indentation 'for' child has incorrect indentation level 20, expected level should be 10. 5045
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 16, expected level should be 8. 5046
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 5047
 Warning indentation Indentation 'switch rcurly' has incorrect indentation level 8, expected level should be 4. 5048
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 5049
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 5068
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 5071
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 5072
 Warning whitespace WhitespaceAfter 'if' is not followed by whitespace. 5072
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 5072
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 5073
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 5074
 Warning sizes LineLength Line is longer than 100 characters (found 115). 5075
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5076
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5077
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 5078
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 5102
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5103
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 5104
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 5105
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 5106
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5107
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 5108
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 5127
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 5129
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5130
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 5131
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 5151
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 5154
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 5155
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 5156
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 5157
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5158
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 5159
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 5160
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 5161
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 5162
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 5163
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 5164
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5165
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 5166
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 5189
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 5191
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 5192
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 5193
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 5194
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 5195
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 5196
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 5197
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5198
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5199
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5200
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 5201
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 5202
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 5203
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 5204
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 5205
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 5206
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 5208
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 5209
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 5210
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 5211
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 5212
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 5213
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 5214
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 5215
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 5216
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 5217
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 5218
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 5219
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 5220
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 5239
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 5241
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5242
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 5243
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 5263
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 5266
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 5267
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 5268
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 5269
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5270
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 5271
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 5272
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 5273
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 5274
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 5275
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 5276
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5277
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 5278
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 5301
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 5303
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 5304
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 5305
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 5306
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 5307
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 5308
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 5309
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5310
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5311
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5312
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 5313
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 5314
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 5315
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 5316
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 5317
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 5318
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 5320
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 5321
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 5322
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 5323
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 5324
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 5325
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 5326
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 5327
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 5328
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 5329
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 5330
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 5331
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 5332
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 5345
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5346
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 5347
 Warning javadoc JavadocParagraph Redundant <p> tag. 5352
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 5353
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 5353
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 5374
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5375
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 5376
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 5402
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 5403
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 5404
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 5405
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5406
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5407
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 5408
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 5409
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 5410
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5411
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5412
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5413
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 5414
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 5442
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 5443
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 5444
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 5445
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 5446
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 5447
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 5448
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5449
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5450
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 5451
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 5452
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 5453
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5454
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5455
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5456
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 5457
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 5480
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 5481
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 5482
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 5483
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5484
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 5485
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 5503
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 5504
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 5505
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 5506
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5507
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 5508
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 5529
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 5530
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 5531
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 5532
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5533
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 5534
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 5552
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 5553
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 5554
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 5555
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5556
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 5557
 Warning sizes LineLength Line is longer than 100 characters (found 109). 5563
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 5579
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5580
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 5581
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 5582
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 5583
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5585
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 5586
 Warning whitespace FileTabCharacter Line contains a tab character. 5587
 Warning whitespace FileTabCharacter Line contains a tab character. 5588
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 6. 5588
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 5589
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5591
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 5595
 Warning sizes LineLength Line is longer than 100 characters (found 111). 5601
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 5617
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5618
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 5619
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 5620
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 5621
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5623
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 5624
 Warning whitespace FileTabCharacter Line contains a tab character. 5625
 Warning whitespace FileTabCharacter Line contains a tab character. 5626
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 6. 5626
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 5627
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5629
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 5633
 Warning sizes LineLength Line is longer than 100 characters (found 107). 5645
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 5662
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 5663
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 5664
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 5665
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5667
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 5669
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 5670
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 5671
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 5672
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 5673
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 5674
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 5675
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 5676
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 5677
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 5678
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5679
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 5680
 Warning sizes LineLength Line is longer than 100 characters (found 113). 5702
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 5704
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 5705
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 5706
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 5707
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5708
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5709
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 5710
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 5711
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 5712
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 5713
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5714
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 5715
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 5739
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 5740
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 5741
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 5742
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5743
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 5744
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 5745
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 5746
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 5747
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 5748
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5749
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 5750
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 5771
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 5774
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 5775
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 5776
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 5777
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5778
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 5779
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 5780
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 5781
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 5782
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 5783
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5784
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 5785
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 5805
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 5809
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 5810
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 5811
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 5812
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5813
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 5814
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 5815
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 5816
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 5817
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 5818
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5819
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 5820
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 5841
 Warning sizes LineLength Line is longer than 100 characters (found 105). 5842
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 5844
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 5845
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 5846
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 5847
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5848
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 5849
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 5850
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 5851
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 5852
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 5853
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5854
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 5855
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 5879
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 5883
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 5884
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 5885
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 5886
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5887
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 5888
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 5889
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 5890
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 5891
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 5892
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5893
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 5894
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 5926
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 5927
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 5928
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 5929
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5930
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 5931
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 5932
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 5933
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 5934
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 5935
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5936
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 5937
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 5960
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 5963
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 5964
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 5965
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 5966
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5967
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 5968
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 5969
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 5970
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 5971
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 5972
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 5973
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 5974
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 5996
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 5997
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 5998
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 5999
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 6000
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 6001
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 6002
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 6003
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 6004
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 6005
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 6006
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 6007
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 6028
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 6029
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 6030
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 6031
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 6032
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 6033
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 6034
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 6035
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 6036
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 6037
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 6038
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 6039
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 6060
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 6061
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 6062
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 6063
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 6064
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 6065
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 6066
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 6067
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 6068
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 6069
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 6070
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 6071
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 6089
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 6091
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 6092
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 6093
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 6109
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 6112
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 6113
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 6114
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 6127
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 6130
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 6134
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 6135
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 6136
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 6149
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 6152
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 6156
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 6157
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 6158
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 6176
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 6177
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 6178
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 6179
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 6180
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 6181
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 6202
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 6203
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 6204
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 6205
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 6208
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 6209
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 6210
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 6211
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 6247
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 6248
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 6249
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 6286
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 6287
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 6288
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 6289
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 6290
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 6291
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 6292
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 6293
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 6294
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 6295
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 6296
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 6297
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 6298
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 6299
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 6300
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 6301
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 6302
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 6303
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 6304
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 6305
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 6306
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 6307
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 6308
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 6309
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 6310
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 6311
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 6312
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 6313
 Warning sizes LineLength Line is longer than 100 characters (found 102). 6316
 Warning sizes LineLength Line is longer than 100 characters (found 117). 6341
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 6344
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 6345
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 6346
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 6347
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 6349
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 6349
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not preceded with whitespace. 6349
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 6350
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 6351
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 6353
 Warning whitespace WhitespaceAround WhitespaceAround: '-' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 6353
 Warning whitespace WhitespaceAround WhitespaceAround: '-' is not preceded with whitespace. 6353
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 6354
 Warning whitespace WhitespaceAround WhitespaceAround: '/' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 6354
 Warning whitespace WhitespaceAround WhitespaceAround: '/' is not preceded with whitespace. 6354
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 6354
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not preceded with whitespace. 6354
 Warning whitespace WhitespaceAround WhitespaceAround: '%' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 6354
 Warning whitespace WhitespaceAround WhitespaceAround: '%' is not preceded with whitespace. 6354
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 6355
 Warning whitespace WhitespaceAround WhitespaceAround: '-' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 6355
 Warning whitespace WhitespaceAround WhitespaceAround: '-' is not preceded with whitespace. 6355
 Warning whitespace WhitespaceAround WhitespaceAround: '/' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 6355
 Warning whitespace WhitespaceAround WhitespaceAround: '/' is not preceded with whitespace. 6355
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 6357
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 6358
 Warning whitespace WhitespaceAfter ',' is not followed by whitespace. 6358
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 6359
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 6360
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 6362
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 6363
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 6391
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 6395
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 6396
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 6397
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 6398
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 6399
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 6400
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 6401
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 6402
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 6403
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 6404
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 6405
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 6406
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 6407
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 6432
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 6434
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 6435
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 6436
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 6437
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 6438
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 6439
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 6440
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 6441
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 6442
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 6443
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 6444
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 6445
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 6446
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 6447
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 6448
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 6449
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 6450
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 6451
 Warning sizes LineLength Line is longer than 100 characters (found 107). 6483
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 6485
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 6486
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 6487
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 6488
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 6489
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 6490
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 6491
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 6492
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 6493
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 6498
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 6499
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 6500
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 6501
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 6502
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 6503
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 6504
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 6505
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 6506
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 6507
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 6510
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 6511
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 6512
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 6515
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 6516
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 6517
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 6520
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 6521
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 6522
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 6523
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 6524
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 6525
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 6526
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 6527
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 6528
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 6529
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 6530
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 6531
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 6532
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 6534
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 6538
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 6539
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 6540
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 6541
 Warning sizes LineLength Line is longer than 100 characters (found 101). 6548
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 6572
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 6573
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 6576
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 6577
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 6578
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 6579
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 6580
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 6581
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 6583
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 6584
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 6585
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 6586
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 6587
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 6589
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 6590
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 6592
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 6593
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 6594
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 6632
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 6634
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 6635
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 6636
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 6637
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 6656
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 6657
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 6659
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 6660
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 6661
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 6662
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 6663
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 6665
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 6667
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 6668
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 6669
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 6670
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 6671
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 6672
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 6674
 Warning misc ArrayTypeStyle Array brackets at illegal position. 6674
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 6675
 Warning misc ArrayTypeStyle Array brackets at illegal position. 6675
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 6676
 Warning naming LocalVariableName Local variable name '_d' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 6676
 Warning misc ArrayTypeStyle Array brackets at illegal position. 6676
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 6679
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 6680
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 6682
 Warning naming LocalVariableName Local variable name 't_j' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 6682
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 6684
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 6686
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 6687
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 6688
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 6690
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 6691
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 6692
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 6694
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 6695
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 6697
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 6698
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 6701
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 6702
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 6703
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 6704
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 6708
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 6709
 Warning sizes LineLength Line is longer than 100 characters (found 101). 6719
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 6743
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 6744
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 6745
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 6746
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 6747
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 6748
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 6749
 Warning sizes LineLength Line is longer than 100 characters (found 104). 6783
 Warning sizes LineLength Line is longer than 100 characters (found 103). 6789
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 6795
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 6796
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 6799
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 6800
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 6801
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 6802
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 6803
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 6805
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 6807
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 6808
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 6809
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 6810
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 6811
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 6812
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 6814
 Warning misc ArrayTypeStyle Array brackets at illegal position. 6814
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 6815
 Warning misc ArrayTypeStyle Array brackets at illegal position. 6815
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 6816
 Warning naming LocalVariableName Local variable name '_d' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 6816
 Warning misc ArrayTypeStyle Array brackets at illegal position. 6816
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 6819
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 6820
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 6821
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 6822
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 6825
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 6826
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 6829
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 6830
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 6831
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 6834
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 6835
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 6838
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 6839
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 6840
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 6843
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 6844
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 6845
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 6848
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 6849
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 6851
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 6852
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 6854
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 6855
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 6856
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 6859
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 6860
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 6861
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 6862
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 6866
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 6867
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 6868
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 6869
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 6870
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 6893
 Warning sizes LineLength Line is longer than 100 characters (found 109). 6895
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 6897
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 6898
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 6899
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 6919
 Warning sizes LineLength Line is longer than 100 characters (found 129). 6921
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 6923
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 6924
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 6925
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 6934
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 6936
 Warning sizes LineLength Line is longer than 100 characters (found 116). 6938
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 6938
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '6,897'. 6938
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 6939
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 6940
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 6941
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 6942
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 6943
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 6944
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 6945
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 6946
 Warning sizes LineLength Line is longer than 100 characters (found 105). 6962
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 6963
 Warning sizes LineLength Line is longer than 100 characters (found 120). 6965
 Warning sizes LineLength Line is longer than 100 characters (found 105). 6967
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 6967
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 6968
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 6969
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 6970
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 6971
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 6972
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 6973
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 6974
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 6975
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 6976
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 6977
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 7001
 Warning sizes LineLength Line is longer than 100 characters (found 105). 7003
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 7005
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 7006
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 7007
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 7028
 Warning sizes LineLength Line is longer than 100 characters (found 125). 7030
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 7032
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 7033
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 7034
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 7043
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 7045
 Warning sizes LineLength Line is longer than 100 characters (found 114). 7047
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 7047
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '7,005'. 7047
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 7048
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 7049
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 7050
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 7051
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 7052
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 7053
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 7054
 Warning sizes LineLength Line is longer than 100 characters (found 103). 7055
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 7055
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 7056
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 7058
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 7071
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 7071
 Warning sizes LineLength Line is longer than 100 characters (found 116). 7085
 Warning sizes LineLength Line is longer than 100 characters (found 118). 7086
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 7099
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 7100
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 7101
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 7102
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 7103
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 7104
 Warning sizes LineLength Line is longer than 100 characters (found 103). 7120
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 7121
 Warning sizes LineLength Line is longer than 100 characters (found 103). 7124
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 7124
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 7125
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 7126
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 7127
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 7128
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 7129
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 7130
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 7131
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 7132
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 7133
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 7134
 Warning sizes LineLength Line is longer than 100 characters (found 146). 7147
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 7147
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 7148
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 7149
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 7150
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 7151
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 7152
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 7153
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 7154
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 7155
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 7156
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 7157
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 7158
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 7159
 Warning sizes LineLength Line is longer than 100 characters (found 119). 7195
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 7195
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 7196
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 7197
 Warning sizes LineLength Line is longer than 100 characters (found 129). 7233
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 7233
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 7234
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 7235
 Warning sizes LineLength Line is longer than 100 characters (found 147). 7248
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 7248
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 7249
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 7250
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 7251
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 7252
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 7253
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 7254
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 7255
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 7256
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 7257
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 7258
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 7259
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 7260
 Warning sizes LineLength Line is longer than 100 characters (found 120). 7296
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 7296
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 7297
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 7298
 Warning sizes LineLength Line is longer than 100 characters (found 130). 7334
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 7334
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 7335
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 7336
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 7341
 Warning sizes LineLength Line is longer than 100 characters (found 117). 7352
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 7352
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 7353
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 7354

org/apache/commons/lang3/SystemUtils.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning sizes LineLength Line is longer than 100 characters (found 118). 26
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 41
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 50
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 55
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 60
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 65
 Warning sizes LineLength Line is longer than 100 characters (found 119). 78
 Warning sizes LineLength Line is longer than 100 characters (found 106). 82
 Warning sizes LineLength Line is longer than 100 characters (found 120). 83
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 89
 Warning sizes LineLength Line is longer than 100 characters (found 119). 99
 Warning sizes LineLength Line is longer than 100 characters (found 106). 103
 Warning sizes LineLength Line is longer than 100 characters (found 120). 104
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 111
 Warning javadoc AtclauseOrder Javadoc comment at column 8 has parse error. Missed HTML close tag 'ul'. Sometimes it means that close tag missed for one of previous tags. 117
 Warning sizes LineLength Line is longer than 100 characters (found 119). 123
 Warning sizes LineLength Line is longer than 100 characters (found 106). 127
 Warning sizes LineLength Line is longer than 100 characters (found 120). 128
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 134
 Warning sizes LineLength Line is longer than 100 characters (found 119). 141
 Warning sizes LineLength Line is longer than 100 characters (found 106). 145
 Warning sizes LineLength Line is longer than 100 characters (found 120). 146
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 152
 Warning sizes LineLength Line is longer than 100 characters (found 119). 159
 Warning sizes LineLength Line is longer than 100 characters (found 106). 163
 Warning sizes LineLength Line is longer than 100 characters (found 120). 164
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 170
 Warning sizes LineLength Line is longer than 100 characters (found 112). 174
 Warning sizes LineLength Line is longer than 100 characters (found 119). 178
 Warning sizes LineLength Line is longer than 100 characters (found 106). 182
 Warning sizes LineLength Line is longer than 100 characters (found 120). 183
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 191
 Warning sizes LineLength Line is longer than 100 characters (found 119). 198
 Warning sizes LineLength Line is longer than 100 characters (found 106). 202
 Warning sizes LineLength Line is longer than 100 characters (found 120). 203
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 209
 Warning sizes LineLength Line is longer than 100 characters (found 119). 216
 Warning sizes LineLength Line is longer than 100 characters (found 106). 220
 Warning sizes LineLength Line is longer than 100 characters (found 120). 221
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 227
 Warning sizes LineLength Line is longer than 100 characters (found 119). 234
 Warning sizes LineLength Line is longer than 100 characters (found 106). 238
 Warning sizes LineLength Line is longer than 100 characters (found 120). 239
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 245
 Warning sizes LineLength Line is longer than 100 characters (found 120). 249
 Warning sizes LineLength Line is longer than 100 characters (found 119). 253
 Warning sizes LineLength Line is longer than 100 characters (found 106). 257
 Warning sizes LineLength Line is longer than 100 characters (found 120). 258
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 264
 Warning sizes LineLength Line is longer than 100 characters (found 119). 271
 Warning sizes LineLength Line is longer than 100 characters (found 106). 275
 Warning sizes LineLength Line is longer than 100 characters (found 120). 276
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 282
 Warning sizes LineLength Line is longer than 100 characters (found 119). 289
 Warning sizes LineLength Line is longer than 100 characters (found 106). 293
 Warning sizes LineLength Line is longer than 100 characters (found 120). 294
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 300
 Warning sizes LineLength Line is longer than 100 characters (found 119). 307
 Warning sizes LineLength Line is longer than 100 characters (found 106). 311
 Warning sizes LineLength Line is longer than 100 characters (found 120). 312
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 318
 Warning sizes LineLength Line is longer than 100 characters (found 119). 325
 Warning sizes LineLength Line is longer than 100 characters (found 106). 329
 Warning sizes LineLength Line is longer than 100 characters (found 120). 330
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 336
 Warning sizes LineLength Line is longer than 100 characters (found 101). 340
 Warning sizes LineLength Line is longer than 100 characters (found 119). 343
 Warning sizes LineLength Line is longer than 100 characters (found 106). 347
 Warning sizes LineLength Line is longer than 100 characters (found 120). 348
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 354
 Warning sizes LineLength Line is longer than 100 characters (found 119). 361
 Warning sizes LineLength Line is longer than 100 characters (found 106). 365
 Warning sizes LineLength Line is longer than 100 characters (found 120). 366
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 373
 Warning sizes LineLength Line is longer than 100 characters (found 119). 380
 Warning sizes LineLength Line is longer than 100 characters (found 106). 384
 Warning sizes LineLength Line is longer than 100 characters (found 120). 385
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 392
 Warning sizes LineLength Line is longer than 100 characters (found 104). 396
 Warning sizes LineLength Line is longer than 100 characters (found 119). 399
 Warning sizes LineLength Line is longer than 100 characters (found 106). 403
 Warning sizes LineLength Line is longer than 100 characters (found 120). 404
 Warning sizes LineLength Line is longer than 100 characters (found 102). 410
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 410
 Warning sizes LineLength Line is longer than 100 characters (found 108). 414
 Warning sizes LineLength Line is longer than 100 characters (found 119). 417
 Warning sizes LineLength Line is longer than 100 characters (found 106). 421
 Warning sizes LineLength Line is longer than 100 characters (found 120). 422
 Warning sizes LineLength Line is longer than 100 characters (found 106). 428
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 428
 Warning sizes LineLength Line is longer than 100 characters (found 110). 432
 Warning sizes LineLength Line is longer than 100 characters (found 119). 435
 Warning sizes LineLength Line is longer than 100 characters (found 106). 439
 Warning sizes LineLength Line is longer than 100 characters (found 120). 440
 Warning sizes LineLength Line is longer than 100 characters (found 108). 446
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 446
 Warning sizes LineLength Line is longer than 100 characters (found 118). 447
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 447
 Warning sizes LineLength Line is longer than 100 characters (found 119). 454
 Warning sizes LineLength Line is longer than 100 characters (found 106). 458
 Warning sizes LineLength Line is longer than 100 characters (found 120). 459
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 466
 Warning sizes LineLength Line is longer than 100 characters (found 119). 474
 Warning sizes LineLength Line is longer than 100 characters (found 106). 478
 Warning sizes LineLength Line is longer than 100 characters (found 120). 479
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 485
 Warning sizes LineLength Line is longer than 100 characters (found 119). 492
 Warning sizes LineLength Line is longer than 100 characters (found 106). 496
 Warning sizes LineLength Line is longer than 100 characters (found 120). 497
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 503
 Warning sizes LineLength Line is longer than 100 characters (found 119). 510
 Warning sizes LineLength Line is longer than 100 characters (found 106). 514
 Warning sizes LineLength Line is longer than 100 characters (found 120). 515
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 521
 Warning sizes LineLength Line is longer than 100 characters (found 119). 528
 Warning sizes LineLength Line is longer than 100 characters (found 106). 532
 Warning sizes LineLength Line is longer than 100 characters (found 120). 533
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 540
 Warning sizes LineLength Line is longer than 100 characters (found 119). 547
 Warning sizes LineLength Line is longer than 100 characters (found 106). 551
 Warning sizes LineLength Line is longer than 100 characters (found 120). 552
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 558
 Warning sizes LineLength Line is longer than 100 characters (found 103). 562
 Warning sizes LineLength Line is longer than 100 characters (found 119). 565
 Warning sizes LineLength Line is longer than 100 characters (found 106). 569
 Warning sizes LineLength Line is longer than 100 characters (found 120). 570
 Warning sizes LineLength Line is longer than 100 characters (found 108). 576
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 576
 Warning sizes LineLength Line is longer than 100 characters (found 107). 580
 Warning sizes LineLength Line is longer than 100 characters (found 119). 583
 Warning sizes LineLength Line is longer than 100 characters (found 106). 587
 Warning sizes LineLength Line is longer than 100 characters (found 120). 588
 Warning sizes LineLength Line is longer than 100 characters (found 112). 594
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 594
 Warning sizes LineLength Line is longer than 100 characters (found 109). 598
 Warning sizes LineLength Line is longer than 100 characters (found 119). 601
 Warning sizes LineLength Line is longer than 100 characters (found 106). 605
 Warning sizes LineLength Line is longer than 100 characters (found 120). 606
 Warning sizes LineLength Line is longer than 100 characters (found 114). 612
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 612
 Warning sizes LineLength Line is longer than 100 characters (found 119). 619
 Warning sizes LineLength Line is longer than 100 characters (found 106). 623
 Warning sizes LineLength Line is longer than 100 characters (found 120). 624
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 630
 Warning sizes LineLength Line is longer than 100 characters (found 119). 637
 Warning sizes LineLength Line is longer than 100 characters (found 106). 641
 Warning sizes LineLength Line is longer than 100 characters (found 120). 642
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 648
 Warning sizes LineLength Line is longer than 100 characters (found 104). 652
 Warning sizes LineLength Line is longer than 100 characters (found 119). 655
 Warning sizes LineLength Line is longer than 100 characters (found 106). 659
 Warning sizes LineLength Line is longer than 100 characters (found 120). 660
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 666
 Warning sizes LineLength Line is longer than 100 characters (found 119). 673
 Warning sizes LineLength Line is longer than 100 characters (found 106). 677
 Warning sizes LineLength Line is longer than 100 characters (found 120). 678
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 684
 Warning sizes LineLength Line is longer than 100 characters (found 119). 691
 Warning sizes LineLength Line is longer than 100 characters (found 106). 695
 Warning sizes LineLength Line is longer than 100 characters (found 120). 696
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 702
 Warning sizes LineLength Line is longer than 100 characters (found 119). 709
 Warning sizes LineLength Line is longer than 100 characters (found 106). 713
 Warning sizes LineLength Line is longer than 100 characters (found 120). 714
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 720
 Warning sizes LineLength Line is longer than 100 characters (found 103). 724
 Warning sizes LineLength Line is longer than 100 characters (found 119). 727
 Warning sizes LineLength Line is longer than 100 characters (found 106). 731
 Warning sizes LineLength Line is longer than 100 characters (found 120). 732
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 738
 Warning sizes LineLength Line is longer than 100 characters (found 118). 742
 Warning sizes LineLength Line is longer than 100 characters (found 119). 746
 Warning sizes LineLength Line is longer than 100 characters (found 106). 750
 Warning sizes LineLength Line is longer than 100 characters (found 120). 751
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 758
 Warning whitespace OperatorWrap '?' should be on a new line. 758
 Warning sizes LineLength Line is longer than 100 characters (found 119). 766
 Warning sizes LineLength Line is longer than 100 characters (found 106). 770
 Warning sizes LineLength Line is longer than 100 characters (found 120). 771
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 777
 Warning sizes LineLength Line is longer than 100 characters (found 119). 784
 Warning sizes LineLength Line is longer than 100 characters (found 106). 788
 Warning sizes LineLength Line is longer than 100 characters (found 120). 789
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 795
 Warning sizes LineLength Line is longer than 100 characters (found 119). 802
 Warning sizes LineLength Line is longer than 100 characters (found 106). 806
 Warning sizes LineLength Line is longer than 100 characters (found 120). 807
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 814
 Warning sizes LineLength Line is longer than 100 characters (found 119). 821
 Warning sizes LineLength Line is longer than 100 characters (found 106). 825
 Warning sizes LineLength Line is longer than 100 characters (found 120). 826
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 832
 Warning sizes LineLength Line is longer than 100 characters (found 119). 839
 Warning sizes LineLength Line is longer than 100 characters (found 106). 843
 Warning sizes LineLength Line is longer than 100 characters (found 120). 844
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 850
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 865
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 875
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 885
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 895
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 905
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 915
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 927
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 947
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 959
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 971
 Warning sizes LineLength Line is longer than 100 characters (found 101). 983
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 983
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 995
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 1007
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 1019
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 1031
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 1043
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 1055
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 1067
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 1079
 Warning sizes LineLength Line is longer than 100 characters (found 118). 1083
 Warning sizes LineLength Line is longer than 100 characters (found 115). 1091
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 1091
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 1104
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 1116
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 1128
 Warning sizes LineLength Line is longer than 100 characters (found 114). 1140
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 1140
 Warning sizes LineLength Line is longer than 100 characters (found 102). 1152
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 1152
 Warning sizes LineLength Line is longer than 100 characters (found 102). 1165
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 1165
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 1178
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 1191
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 1204
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 1217
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 1229
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 1241
 Warning sizes LineLength Line is longer than 100 characters (found 118). 1249
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1250
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1254
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1255
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1256
 Warning sizes LineLength Line is longer than 100 characters (found 118). 1264
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1265
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1269
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1270
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1271
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1281
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1282
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1283
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1292
 Warning naming AbbreviationAsWordInName Abbreviation in name 'getOSMatches' must contain no more than '1' consecutive capital letters. 1292
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1293
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1294
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1302
 Warning naming AbbreviationAsWordInName Abbreviation in name 'getOSMatchesName' must contain no more than '1' consecutive capital letters. 1302
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1303
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1304
 Warning sizes LineLength Line is longer than 100 characters (found 109). 1312
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1319
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 1320
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 1321
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 1322
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 1324
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 1326
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 1327
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1328
 Warning sizes LineLength Line is longer than 100 characters (found 118). 1336
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1337
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1341
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1342
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1343
 Warning sizes LineLength Line is longer than 100 characters (found 118). 1351
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1352
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1356
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1357
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1358
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1368
 Warning sizes LineLength Line is longer than 100 characters (found 101). 1369
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1369
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1370
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1387
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1388
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1389
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1403
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1404
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1405
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1406
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1407
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1408
 Warning sizes LineLength Line is longer than 100 characters (found 132). 1422
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1422
 Warning naming AbbreviationAsWordInName Abbreviation in name 'isOSMatch' must contain no more than '1' consecutive capital letters. 1422
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1423
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1424
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1425
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1426
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1427
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1439
 Warning naming AbbreviationAsWordInName Abbreviation in name 'isOSNameMatch' must contain no more than '1' consecutive capital letters. 1439
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1440
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1441
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1442
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1443
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1444
 Warning sizes LineLength Line is longer than 100 characters (found 116). 1449
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 1456
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 1457
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 1458

org/apache/commons/lang3/Validate.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning javadoc JavadocParagraph Redundant <p> tag. 25
 Warning sizes LineLength Line is longer than 100 characters (found 111). 30
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@version' should be preceded with an empty line. 43
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 49
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 51
 Warning sizes LineLength Line is longer than 100 characters (found 107). 53
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 53
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 54
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 55
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 56
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 58
 Warning sizes LineLength Line is longer than 100 characters (found 107). 60
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 60
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 61
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 62
 Warning sizes LineLength Line is longer than 100 characters (found 110). 64
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 64
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 65
 Warning sizes LineLength Line is longer than 100 characters (found 114). 66
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 66
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 67
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 69
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 71
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 72
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 73
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 78
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 6, expected level should be 4. 79
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 80
 Warning sizes LineLength Line is longer than 100 characters (found 106). 97
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 104
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 105
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 106
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 107
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 108
 Warning sizes LineLength Line is longer than 100 characters (found 106). 122
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 129
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 130
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 131
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 132
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 133
 Warning sizes LineLength Line is longer than 100 characters (found 106). 146
 Warning sizes LineLength Line is longer than 100 characters (found 105). 147
 Warning sizes LineLength Line is longer than 100 characters (found 103). 153
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 153
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 154
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 155
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 156
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 157
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 178
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 179
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 180
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 181
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 182
 Warning javadoc JavadocParagraph Redundant <p> tag. 188
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 202
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 203
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 204
 Warning javadoc JavadocParagraph Redundant <p> tag. 207
 Warning sizes LineLength Line is longer than 100 characters (found 106). 214
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 220
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 221
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 222
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 223
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 224
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 225
 Warning javadoc JavadocParagraph Redundant <p> tag. 231
 Warning sizes LineLength Line is longer than 100 characters (found 106). 239
 Warning sizes LineLength Line is longer than 100 characters (found 105). 240
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 246
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 247
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 248
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 249
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 250
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 251
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 252
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 253
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 254
 Warning javadoc JavadocParagraph Redundant <p> tag. 257
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 272
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 273
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 274
 Warning javadoc JavadocParagraph Redundant <p> tag. 280
 Warning sizes LineLength Line is longer than 100 characters (found 106). 288
 Warning sizes LineLength Line is longer than 100 characters (found 105). 289
 Warning sizes LineLength Line is longer than 100 characters (found 122). 295
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 295
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 296
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 297
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 298
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 299
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 300
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 301
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 302
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 303
 Warning javadoc JavadocParagraph Redundant <p> tag. 306
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 321
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 322
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 323
 Warning javadoc JavadocParagraph Redundant <p> tag. 329
 Warning sizes LineLength Line is longer than 100 characters (found 106). 337
 Warning sizes LineLength Line is longer than 100 characters (found 105). 338
 Warning sizes LineLength Line is longer than 100 characters (found 111). 344
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 344
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 345
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 346
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 347
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 348
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 349
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 350
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 351
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 352
 Warning javadoc JavadocParagraph Redundant <p> tag. 355
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 370
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 371
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 372
 Warning javadoc JavadocParagraph Redundant <p> tag. 378
 Warning sizes LineLength Line is longer than 100 characters (found 106). 386
 Warning sizes LineLength Line is longer than 100 characters (found 105). 387
 Warning sizes LineLength Line is longer than 100 characters (found 116). 393
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 393
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 394
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 395
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 396
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 397
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 398
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 399
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 400
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 401
 Warning javadoc JavadocParagraph Redundant <p> tag. 404
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 420
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 421
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 422
 Warning javadoc JavadocParagraph Redundant <p> tag. 428
 Warning sizes LineLength Line is longer than 100 characters (found 106). 437
 Warning sizes LineLength Line is longer than 100 characters (found 105). 438
 Warning sizes LineLength Line is longer than 100 characters (found 116). 446
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 446
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 447
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 448
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 449
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 450
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 451
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 452
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 453
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 454
 Warning javadoc JavadocParagraph Redundant <p> tag. 457
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 475
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 476
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 477
 Warning javadoc JavadocParagraph Redundant <p> tag. 483
 Warning sizes LineLength Line is longer than 100 characters (found 106). 498
 Warning sizes LineLength Line is longer than 100 characters (found 105). 499
 Warning sizes LineLength Line is longer than 100 characters (found 105). 505
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 505
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 506
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 507
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 508
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 509
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 510
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 511
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 512
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 513
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 514
 Warning javadoc JavadocParagraph Redundant <p> tag. 517
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 537
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 538
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 539
 Warning javadoc JavadocParagraph Redundant <p> tag. 545
 Warning sizes LineLength Line is longer than 100 characters (found 103). 549
 Warning sizes LineLength Line is longer than 100 characters (found 106). 560
 Warning sizes LineLength Line is longer than 100 characters (found 105). 561
 Warning sizes LineLength Line is longer than 100 characters (found 124). 567
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 567
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 568
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 569
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 570
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 571
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 572
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 573
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 574
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 575
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 576
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 577
 Warning javadoc JavadocParagraph Redundant <p> tag. 580
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 600
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 601
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 602
 Warning sizes LineLength Line is longer than 100 characters (found 106). 619
 Warning sizes LineLength Line is longer than 100 characters (found 105). 620
 Warning sizes LineLength Line is longer than 100 characters (found 118). 628
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 628
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 629
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 630
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 631
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 632
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 633
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 634
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 659
 Warning sizes LineLength Line is longer than 100 characters (found 102). 660
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 660
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 661
 Warning sizes LineLength Line is longer than 100 characters (found 106). 678
 Warning sizes LineLength Line is longer than 100 characters (found 105). 679
 Warning sizes LineLength Line is longer than 100 characters (found 141). 687
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 687
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 688
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 689
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 690
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 691
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 692
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 693
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 715
 Warning sizes LineLength Line is longer than 100 characters (found 112). 716
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 716
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 717
 Warning sizes LineLength Line is longer than 100 characters (found 106). 735
 Warning sizes LineLength Line is longer than 100 characters (found 105). 736
 Warning sizes LineLength Line is longer than 100 characters (found 135). 744
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 744
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 745
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 746
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 747
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 748
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 749
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 750
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 776
 Warning sizes LineLength Line is longer than 100 characters (found 110). 777
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 777
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 778
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 802
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 803
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 804
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 805
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 806
 Warning sizes LineLength Line is longer than 100 characters (found 106). 817
 Warning sizes LineLength Line is longer than 100 characters (found 105). 818
 Warning sizes LineLength Line is longer than 100 characters (found 107). 824
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 824
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 825
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 826
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 827
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 828
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 848
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 850
 Warning sizes LineLength Line is longer than 100 characters (found 106). 851
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 851
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 852
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 853
 Warning sizes LineLength Line is longer than 100 characters (found 106). 865
 Warning sizes LineLength Line is longer than 100 characters (found 105). 866
 Warning sizes LineLength Line is longer than 100 characters (found 133). 872
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 872
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 874
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 875
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 876
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 877
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 897
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 899
 Warning sizes LineLength Line is longer than 100 characters (found 119). 900
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 900
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 901
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 902
 Warning sizes LineLength Line is longer than 100 characters (found 106). 915
 Warning sizes LineLength Line is longer than 100 characters (found 105). 916
 Warning sizes LineLength Line is longer than 100 characters (found 146). 922
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 922
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 924
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 925
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 926
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 927
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 947
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 949
 Warning sizes LineLength Line is longer than 100 characters (found 119). 950
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 950
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 951
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 952
 Warning sizes LineLength Line is longer than 100 characters (found 106). 965
 Warning sizes LineLength Line is longer than 100 characters (found 105). 966
 Warning sizes LineLength Line is longer than 100 characters (found 146). 972
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 972
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 974
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 975
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 976
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 977
 Warning sizes LineLength Line is longer than 100 characters (found 101). 983
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 998
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1000
 Warning sizes LineLength Line is longer than 100 characters (found 111). 1001
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1001
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1003
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1004
 Warning sizes LineLength Line is longer than 100 characters (found 106). 1016
 Warning sizes LineLength Line is longer than 100 characters (found 105). 1017
 Warning sizes LineLength Line is longer than 100 characters (found 122). 1023
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1023
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1025
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1026
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1027
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1028
 Warning sizes LineLength Line is longer than 100 characters (found 104). 1034
 Warning sizes LineLength Line is longer than 100 characters (found 101). 1044
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1049
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1051
 Warning sizes LineLength Line is longer than 100 characters (found 134). 1052
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1052
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1054
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1055
 Warning sizes LineLength Line is longer than 100 characters (found 103). 1058
 Warning sizes LineLength Line is longer than 100 characters (found 102). 1064
 Warning sizes LineLength Line is longer than 100 characters (found 106). 1069
 Warning sizes LineLength Line is longer than 100 characters (found 105). 1070
 Warning sizes LineLength Line is longer than 100 characters (found 134). 1074
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1074
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1076
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1077
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1078
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1079

org/apache/commons/lang3/builder/Builder.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 75
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 86
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 88

org/apache/commons/lang3/builder/CompareToBuilder.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.lang3.ArrayUtils' 25
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 29
 Warning sizes LineLength Line is longer than 100 characters (found 108). 64
 Warning sizes LineLength Line is longer than 100 characters (found 107). 66
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 93
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 102
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 103
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 104
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 105
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 128
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 130
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 132
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 134
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 135
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 136
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 160
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 162
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 164
 Warning sizes LineLength Line is longer than 100 characters (found 110). 166
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 166
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 167
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 168
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 192
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 194
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 196
 Warning sizes LineLength Line is longer than 100 characters (found 117). 199
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 199
 Warning sizes LineLength Line is longer than 100 characters (found 105). 200
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 200
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 201
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 225
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 227
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 229
 Warning sizes LineLength Line is longer than 100 characters (found 108). 232
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 232
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 233
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 234
 Warning sizes LineLength Line is longer than 100 characters (found 102). 249
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 261
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 263
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 265
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 268
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 275
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 276
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 277
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 278
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 279
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 280
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 281
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 282
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 283
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 284
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 285
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 286
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 287
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 288
 Warning sizes LineLength Line is longer than 100 characters (found 101). 289
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 289
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 290
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 291
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 292
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 298
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 305
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 313
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 314
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 315
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 316
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 317
 Warning indentation Indentation 'try' has incorrect indentation level 16, expected level should be 8. 321
 Warning indentation Indentation 'try' child has incorrect indentation level 20, expected level should be 10. 322
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 16, expected level should be 8. 323
 Warning indentation Indentation 'catch' child has incorrect indentation level 20, expected level should be 10. 326
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 16, expected level should be 8. 327
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 328
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 329
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 330
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 341
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 342
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 343
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 344
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 345
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 346
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 347
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 367
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 369
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 370
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 371
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 392
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 395
 Warning sizes LineLength Line is longer than 100 characters (found 104). 398
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 398
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 399
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 400
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 401
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 402
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 403
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 404
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 405
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 406
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 407
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 408
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 409
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 410
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 411
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 412
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 413
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 417
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 418
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 419
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 420
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 421
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 422
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 423
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 424
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 425
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 426
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 427
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 428
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 429
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 430
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 431
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 432
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 433
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 436
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 437
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 438
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 440
 Warning sizes LineLength Line is longer than 100 characters (found 106). 441
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 441
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 443
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 444
 Warning sizes LineLength Line is longer than 100 characters (found 106). 445
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 445
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 447
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 448
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 449
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 450
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 451
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 462
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 463
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 464
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 465
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 466
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 467
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 468
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 478
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 479
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 480
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 481
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 482
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 483
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 484
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 490
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 494
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 495
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 496
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 497
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 498
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 499
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 500
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 510
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 511
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 512
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 513
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 514
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 515
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 516
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 522
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 526
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 527
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 528
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 529
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 530
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 531
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 532
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 547
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 548
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 549
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 550
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 551
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 552
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 553
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 568
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 569
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 570
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 571
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 572
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 573
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 574
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 584
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 585
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 586
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 587
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 588
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 589
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 590
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 591
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 592
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 593
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 594
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 595
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 596
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 597
 Warning sizes LineLength Line is longer than 100 characters (found 101). 606
 Warning sizes LineLength Line is longer than 100 characters (found 106). 608
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 618
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 620
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 621
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 622
 Warning sizes LineLength Line is longer than 100 characters (found 101). 630
 Warning sizes LineLength Line is longer than 100 characters (found 106). 632
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 641
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 644
 Warning sizes LineLength Line is longer than 100 characters (found 108). 647
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 647
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 648
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 649
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 650
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 651
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 652
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 653
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 654
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 655
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 656
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 657
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 658
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 659
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 660
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 661
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 662
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 663
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 664
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 665
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 666
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 667
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 668
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 669
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 670
 Warning sizes LineLength Line is longer than 100 characters (found 101). 678
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 687
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 688
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 689
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 690
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 691
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 692
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 693
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 694
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 695
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 696
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 697
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 698
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 699
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 700
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 701
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 702
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 703
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 704
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 705
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 706
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 707
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 708
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 709
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 710
 Warning sizes LineLength Line is longer than 100 characters (found 101). 718
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 727
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 728
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 729
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 730
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 731
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 732
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 733
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 734
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 735
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 736
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 737
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 738
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 739
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 740
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 741
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 742
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 743
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 744
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 745
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 746
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 747
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 748
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 749
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 750
 Warning sizes LineLength Line is longer than 100 characters (found 101). 758
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 767
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 768
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 769
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 770
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 771
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 772
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 773
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 774
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 775
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 776
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 777
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 778
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 779
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 780
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 781
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 782
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 783
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 784
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 785
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 786
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 787
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 788
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 789
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 790
 Warning sizes LineLength Line is longer than 100 characters (found 101). 798
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 807
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 808
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 809
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 810
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 811
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 812
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 813
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 814
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 815
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 816
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 817
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 818
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 819
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 820
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 821
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 822
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 823
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 824
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 825
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 826
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 827
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 828
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 829
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 830
 Warning sizes LineLength Line is longer than 100 characters (found 101). 838
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 847
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 848
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 849
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 850
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 851
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 852
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 853
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 854
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 855
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 856
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 857
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 858
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 859
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 860
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 861
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 862
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 863
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 864
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 865
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 866
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 867
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 868
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 869
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 870
 Warning sizes LineLength Line is longer than 100 characters (found 101). 878
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 887
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 888
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 889
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 890
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 891
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 892
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 893
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 894
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 895
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 896
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 897
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 898
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 899
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 900
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 901
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 902
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 903
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 904
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 905
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 906
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 907
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 908
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 909
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 910
 Warning sizes LineLength Line is longer than 100 characters (found 101). 918
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 927
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 928
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 929
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 930
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 931
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 932
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 933
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 934
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 935
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 936
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 937
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 938
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 939
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 940
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 941
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 942
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 943
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 944
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 945
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 946
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 947
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 948
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 949
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 950
 Warning sizes LineLength Line is longer than 100 characters (found 101). 958
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 967
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 968
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 969
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 970
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 971
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 972
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 973
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 974
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 975
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 976
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 977
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 978
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 979
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 980
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 981
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 982
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 983
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 984
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 985
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 986
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 987
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 988
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 989
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 990
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 999
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1002
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1003
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1004
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 1012
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1016
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1018
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1019

org/apache/commons/lang3/builder/EqualsBuilder.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.lang3.ArrayUtils' 26
 Warning sizes LineLength Line is longer than 100 characters (found 118). 87
 Warning sizes LineLength Line is longer than 100 characters (found 116). 92
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 92
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 120
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 121
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 122
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 134
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 135
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 136
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 137
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 138
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 153
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 154
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 155
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 156
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 158
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 160
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 171
 Warning indentation Indentation 'synchronized' has incorrect indentation level 8, expected level should be 4. 172
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 173
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 174
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 175
 Warning indentation Indentation 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. 176
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 178
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 179
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 180
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 181
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 188
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 195
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 196
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 197
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 198
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 199
 Warning indentation Indentation 'synchronized' has incorrect indentation level 12, expected level should be 6. 200
 Warning indentation Indentation 'synchronized' child has incorrect indentation level 16, expected level should be 8. 202
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 203
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 204
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 205
 Warning indentation Indentation 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. 206
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 207
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 208
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 214
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@see' should be preceded with an empty line. 220
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 222
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 224
 Warning sizes LineLength Line is longer than 100 characters (found 120). 247
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 247
 Warning sizes LineLength Line is longer than 100 characters (found 104). 248
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 248
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 249
 Warning sizes LineLength Line is longer than 100 characters (found 111). 270
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 270
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 271
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 272
 Warning sizes LineLength Line is longer than 100 characters (found 110). 294
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 294
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 295
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 296
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 319
 Warning sizes LineLength Line is longer than 100 characters (found 141). 324
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 324
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 326
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 327
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 328
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 329
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 330
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 331
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 336
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 337
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 338
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 339
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 340
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 341
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 343
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 344
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 345
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 346
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 347
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 349
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 350
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 351
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 353
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 354
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 355
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 356
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 357
 Warning indentation Indentation 'while' has incorrect indentation level 12, expected level should be 6. 358
 Warning indentation Indentation 'while' child has incorrect indentation level 16, expected level should be 8. 359
 Warning indentation Indentation 'while' child has incorrect indentation level 16, expected level should be 8. 360
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 12, expected level should be 6. 361
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 362
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 368
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 369
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 370
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 371
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 384
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 392
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 393
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 394
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 396
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 397
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 398
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 399
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 400
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 401
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 402
 Warning indentation Indentation 'try' has incorrect indentation level 20, expected level should be 10. 406
 Warning indentation Indentation 'try' child has incorrect indentation level 24, expected level should be 12. 407
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 20, expected level should be 10. 408
 Warning indentation Indentation 'catch' child has incorrect indentation level 24, expected level should be 12. 411
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 20, expected level should be 10. 412
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 413
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 414
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 415
 Warning indentation Indentation 'finally' child has incorrect indentation level 12, expected level should be 6. 416
 Warning indentation Indentation 'finally rcurly' has incorrect indentation level 8, expected level should be 4. 417
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 418
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 429
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 430
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 431
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 432
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 433
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 434
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 435
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 447
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 448
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 449
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 450
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 451
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 452
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 453
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 454
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 455
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 456
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 457
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 458
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 459
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 461
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 462
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 464
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 465
 Warning blocks RightCurly '}' at column 9 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 465
 Warning indentation Indentation 'else' has incorrect indentation level 8, expected level should be 4. 468
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 469
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 470
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 471
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 472
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 473
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 474
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 475
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 476
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 477
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 478
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 479
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 480
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 481
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 482
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 483
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 484
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 486
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 487
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 488
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 489
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 502
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 503
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 504
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 505
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 506
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 507
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 508
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 517
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 518
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 519
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 520
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 521
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 522
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 523
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 532
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 533
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 534
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 535
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 536
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 537
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 538
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 547
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 548
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 549
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 550
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 551
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 552
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 553
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 562
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 563
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 564
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 565
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 566
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 567
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 568
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 583
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 584
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 585
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 586
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 587
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 588
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 603
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 604
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 605
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 606
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 607
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 608
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 617
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 618
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 619
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 620
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 621
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 622
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 623
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 635
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 636
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 637
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 638
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 639
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 640
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 641
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 642
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 643
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 644
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 645
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 646
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 647
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 648
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 649
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 650
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 651
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 652
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 653
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 654
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 666
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 667
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 668
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 669
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 670
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 671
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 672
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 673
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 674
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 675
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 676
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 677
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 678
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 679
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 680
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 681
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 682
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 683
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 684
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 685
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 697
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 698
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 699
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 700
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 701
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 702
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 703
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 704
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 705
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 706
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 707
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 708
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 709
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 710
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 711
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 712
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 713
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 714
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 715
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 716
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 728
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 729
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 730
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 731
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 732
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 733
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 734
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 735
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 736
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 737
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 738
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 739
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 740
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 741
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 742
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 743
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 744
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 745
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 746
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 747
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 759
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 760
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 761
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 762
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 763
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 764
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 765
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 766
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 767
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 768
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 769
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 770
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 771
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 772
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 773
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 774
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 775
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 776
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 777
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 778
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 790
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 791
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 792
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 793
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 794
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 795
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 796
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 797
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 798
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 799
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 800
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 801
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 802
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 803
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 804
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 805
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 806
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 807
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 808
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 809
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 821
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 822
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 823
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 824
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 825
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 826
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 827
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 828
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 829
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 830
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 831
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 832
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 833
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 834
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 835
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 836
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 837
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 838
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 839
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 840
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 852
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 853
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 854
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 855
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 856
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 857
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 858
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 859
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 860
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 861
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 862
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 863
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 864
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 865
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 866
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 867
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 868
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 869
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 870
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 871
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 883
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 884
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 885
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 886
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 887
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 888
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 889
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 890
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 891
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 892
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 893
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 894
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 895
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 896
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 897
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 898
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 899
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 900
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 901
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 902
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 910
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 911
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 912
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 923
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 925
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 926
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 934
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 935
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 936
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 938
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@since' should be preceded with an empty line. 940
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 942
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 943
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 944

org/apache/commons/lang3/builder/HashCodeBuilder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.lang3.ArrayUtils' 27
 Warning sizes LineLength Line is longer than 100 characters (found 117). 35
 Warning sizes LineLength Line is longer than 100 characters (found 106). 37
 Warning sizes LineLength Line is longer than 100 characters (found 107). 41
 Warning sizes LineLength Line is longer than 100 characters (found 106). 43
 Warning sizes LineLength Line is longer than 100 characters (found 116). 48
 Warning sizes LineLength Line is longer than 100 characters (found 115). 49
 Warning sizes LineLength Line is longer than 100 characters (found 114). 81
 Warning sizes LineLength Line is longer than 100 characters (found 113). 82
 Warning sizes LineLength Line is longer than 100 characters (found 118). 83
 Warning sizes LineLength Line is longer than 100 characters (found 118). 103
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 108
 Warning sizes LineLength Line is longer than 100 characters (found 103). 129
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 135
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 136
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 137
 Warning sizes LineLength Line is longer than 100 characters (found 115). 141
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 150
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 151
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 152
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 153
 Warning sizes LineLength Line is longer than 100 characters (found 143). 171
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 171
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 173
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 174
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 175
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 176
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 177
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 178
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 179
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 180
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 181
 Warning indentation Indentation 'try' has incorrect indentation level 20, expected level should be 10. 185
 Warning indentation Indentation 'try' child has incorrect indentation level 24, expected level should be 12. 186
 Warning indentation Indentation 'try' child has incorrect indentation level 24, expected level should be 12. 187
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 20, expected level should be 10. 188
 Warning indentation Indentation 'catch' child has incorrect indentation level 24, expected level should be 12. 191
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 20, expected level should be 10. 192
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 193
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 194
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 195
 Warning indentation Indentation 'finally' child has incorrect indentation level 12, expected level should be 6. 196
 Warning indentation Indentation 'finally rcurly' has incorrect indentation level 8, expected level should be 4. 197
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 198
 Warning sizes LineLength Line is longer than 100 characters (found 116). 206
 Warning sizes LineLength Line is longer than 100 characters (found 117). 207
 Warning sizes LineLength Line is longer than 100 characters (found 113). 212
 Warning sizes LineLength Line is longer than 100 characters (found 118). 221
 Warning sizes LineLength Line is longer than 100 characters (found 136). 237
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 237
 Warning sizes LineLength Line is longer than 100 characters (found 108). 238
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 238
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 239
 Warning sizes LineLength Line is longer than 100 characters (found 116). 247
 Warning sizes LineLength Line is longer than 100 characters (found 117). 248
 Warning sizes LineLength Line is longer than 100 characters (found 116). 253
 Warning sizes LineLength Line is longer than 100 characters (found 108). 254
 Warning sizes LineLength Line is longer than 100 characters (found 118). 262
 Warning sizes LineLength Line is longer than 100 characters (found 134). 280
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 280
 Warning sizes LineLength Line is longer than 100 characters (found 117). 282
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 282
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 283
 Warning sizes LineLength Line is longer than 100 characters (found 116). 291
 Warning sizes LineLength Line is longer than 100 characters (found 117). 292
 Warning sizes LineLength Line is longer than 100 characters (found 116). 297
 Warning sizes LineLength Line is longer than 100 characters (found 108). 298
 Warning sizes LineLength Line is longer than 100 characters (found 111). 302
 Warning sizes LineLength Line is longer than 100 characters (found 118). 307
 Warning sizes LineLength Line is longer than 100 characters (found 133). 332
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 332
 Warning sizes LineLength Line is longer than 100 characters (found 115). 333
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 335
 Warning sizes LineLength Line is longer than 100 characters (found 103). 336
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 336
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 337
 Warning sizes LineLength Line is longer than 100 characters (found 113). 338
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 338
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 339
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 340
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 341
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 342
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 343
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 344
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 345
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 346
 Warning sizes LineLength Line is longer than 100 characters (found 116). 358
 Warning sizes LineLength Line is longer than 100 characters (found 117). 359
 Warning sizes LineLength Line is longer than 100 characters (found 116). 364
 Warning sizes LineLength Line is longer than 100 characters (found 108). 365
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 380
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 381
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 382
 Warning sizes LineLength Line is longer than 100 characters (found 116). 394
 Warning sizes LineLength Line is longer than 100 characters (found 117). 395
 Warning sizes LineLength Line is longer than 100 characters (found 113). 400
 Warning sizes LineLength Line is longer than 100 characters (found 103). 416
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 416
 Warning sizes LineLength Line is longer than 100 characters (found 104). 417
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 417
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 418
 Warning sizes LineLength Line is longer than 100 characters (found 116). 432
 Warning sizes LineLength Line is longer than 100 characters (found 117). 433
 Warning sizes LineLength Line is longer than 100 characters (found 113). 438
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 454
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 455
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 456
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 466
 Warning indentation Indentation 'synchronized' has incorrect indentation level 8, expected level should be 4. 467
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 468
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 469
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 470
 Warning indentation Indentation 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. 471
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 472
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 473
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 480
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 487
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 488
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 489
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 490
 Warning indentation Indentation 'synchronized' has incorrect indentation level 12, expected level should be 6. 491
 Warning indentation Indentation 'synchronized' child has incorrect indentation level 16, expected level should be 8. 493
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 494
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 495
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 496
 Warning indentation Indentation 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. 497
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 498
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 499
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 504
 Warning naming MemberName Member name 'iConstant' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 504
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 509
 Warning naming MemberName Member name 'iTotal' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 509
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 516
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 517
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 518
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 519
 Warning sizes LineLength Line is longer than 100 characters (found 118). 523
 Warning sizes LineLength Line is longer than 100 characters (found 101). 538
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 538
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 539
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 540
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 541
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 542
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 543
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 544
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 545
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 546
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 547
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 548
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 549
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 550
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 551
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 552
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 553
 Warning sizes LineLength Line is longer than 100 characters (found 102). 560
 Warning sizes LineLength Line is longer than 100 characters (found 107). 563
 Warning sizes LineLength Line is longer than 100 characters (found 102). 564
 Warning sizes LineLength Line is longer than 100 characters (found 105). 565
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 576
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 577
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 578
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 579
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 590
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 591
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 592
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 593
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 594
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 595
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 596
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 597
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 598
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 599
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 612
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 613
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 614
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 615
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 628
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 629
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 630
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 631
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 632
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 633
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 634
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 635
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 636
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 637
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 648
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 649
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 650
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 651
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 662
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 663
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 664
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 665
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 666
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 667
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 668
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 669
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 670
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 671
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 682
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 683
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 684
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 695
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 696
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 697
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 698
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 699
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 700
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 701
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 702
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 703
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 704
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 715
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 716
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 717
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 718
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 729
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 730
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 731
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 732
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 733
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 734
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 735
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 736
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 737
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 738
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 749
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 750
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 751
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 752
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 763
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 764
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 765
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 766
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 767
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 768
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 769
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 770
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 771
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 772
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 787
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 788
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 789
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 790
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 801
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 802
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 803
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 804
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 805
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 806
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 807
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 808
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 809
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 810
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 821
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 822
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 823
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 825
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 826
 Warning whitespace WhitespaceAfter 'if' is not followed by whitespace. 826
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 826
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 829
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 830
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 831
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 832
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 833
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 834
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 835
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 836
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 837
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 838
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 839
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 840
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 841
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 842
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 843
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 844
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 845
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 847
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 848
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 849
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 850
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 851
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 852
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 853
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 854
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 865
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 866
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 867
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 868
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 869
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 870
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 871
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 872
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 873
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 874
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 885
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 886
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 887
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 888
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 899
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 900
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 901
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 902
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 903
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 904
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 905
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 906
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 907
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 908
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 920
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 921
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 922
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 923
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 932
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 933
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 934
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 943
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 945
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 946
 Warning sizes LineLength Line is longer than 100 characters (found 101). 951
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 957
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 959
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 960

org/apache/commons/lang3/builder/IDKey.java

Severity Category Rule Message Line
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 26
 Warning naming AbbreviationAsWordInName Abbreviation in name 'IDKey' must contain no more than '1' consecutive capital letters. 31
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 2. 32
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 2. 33
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 35
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 37
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 2. 39
 Warning naming ParameterName Parameter name '_value' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 39
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 4. 41
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 4. 45
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 2. 46
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 50
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 2. 52
 Warning indentation Indentation 'method def' child has incorrect indentation level 11, expected level should be 4. 54
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 2. 55
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 57
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 59
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 2. 62
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 4. 64
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 6. 65
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 4. 66
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 4. 67
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 4. 68
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 6. 69
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 4. 70
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 4. 72
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 9, expected level should be 2. 73

org/apache/commons/lang3/builder/ReflectionToStringBuilder.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.lang3.ArrayUtils' 28
 Warning sizes LineLength Line is longer than 100 characters (found 116). 36
 Warning sizes LineLength Line is longer than 100 characters (found 114). 37
 Warning sizes LineLength Line is longer than 100 characters (found 119). 38
 Warning sizes LineLength Line is longer than 100 characters (found 114). 42
 Warning sizes LineLength Line is longer than 100 characters (found 114). 43
 Warning sizes LineLength Line is longer than 100 characters (found 119). 44
 Warning sizes LineLength Line is longer than 100 characters (found 113). 45
 Warning sizes LineLength Line is longer than 100 characters (found 120). 70
 Warning sizes LineLength Line is longer than 100 characters (found 120). 82
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@since' should be preceded with an empty line. 85
 Warning sizes LineLength Line is longer than 100 characters (found 108). 92
 Warning sizes LineLength Line is longer than 100 characters (found 116). 96
 Warning sizes LineLength Line is longer than 100 characters (found 117). 97
 Warning sizes LineLength Line is longer than 100 characters (found 113). 102
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 112
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 113
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 114
 Warning sizes LineLength Line is longer than 100 characters (found 116). 122
 Warning sizes LineLength Line is longer than 100 characters (found 117). 123
 Warning sizes LineLength Line is longer than 100 characters (found 113). 128
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 144
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 145
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 146
 Warning sizes LineLength Line is longer than 100 characters (found 116). 154
 Warning sizes LineLength Line is longer than 100 characters (found 117). 155
 Warning sizes LineLength Line is longer than 100 characters (found 114). 160
 Warning sizes LineLength Line is longer than 100 characters (found 115). 182
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 182
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 183
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 184
 Warning sizes LineLength Line is longer than 100 characters (found 116). 192
 Warning sizes LineLength Line is longer than 100 characters (found 117). 193
 Warning sizes LineLength Line is longer than 100 characters (found 113). 198
 Warning sizes LineLength Line is longer than 100 characters (found 111). 203
 Warning sizes LineLength Line is longer than 100 characters (found 144). 228
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 228
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 229
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 230
 Warning sizes LineLength Line is longer than 100 characters (found 116). 238
 Warning sizes LineLength Line is longer than 100 characters (found 117). 239
 Warning sizes LineLength Line is longer than 100 characters (found 113). 244
 Warning sizes LineLength Line is longer than 100 characters (found 111). 249
 Warning sizes LineLength Line is longer than 100 characters (found 119). 254
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 279
 Warning sizes LineLength Line is longer than 100 characters (found 116). 282
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 282
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 284
 Warning sizes LineLength Line is longer than 100 characters (found 107). 295
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 295
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 296
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 297
 Warning sizes LineLength Line is longer than 100 characters (found 116). 300
 Warning sizes LineLength Line is longer than 100 characters (found 118). 301
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 308
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 309
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 310
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 311
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 312
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 313
 Warning sizes LineLength Line is longer than 100 characters (found 108). 316
 Warning sizes LineLength Line is longer than 100 characters (found 115). 317
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 324
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 325
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 326
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 327
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 328
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 329
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 330
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 331
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 332
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 344
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '295'. 344
 Warning sizes LineLength Line is longer than 100 characters (found 104). 345
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 345
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 346
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 351
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 356
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 363
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 368
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 384
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 385
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 386
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 404
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 405
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 406
 Warning sizes LineLength Line is longer than 100 characters (found 113). 430
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 430
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 431
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 432
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 453
 Warning sizes LineLength Line is longer than 100 characters (found 115). 455
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 456
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 457
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 458
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 459
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 460
 Warning sizes LineLength Line is longer than 100 characters (found 105). 465
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 474
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 475
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 477
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 478
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 479
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 481
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 482
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 483
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 485
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 486
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 487
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 490
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 491
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 492
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 493
 Warning sizes LineLength Line is longer than 100 characters (found 105). 501
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 508
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 509
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 510
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 511
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 512
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 513
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 514
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 515
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 516
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 517
 Warning indentation Indentation 'try' has incorrect indentation level 16, expected level should be 8. 518
 Warning indentation Indentation 'try' child has incorrect indentation level 20, expected level should be 10. 521
 Warning indentation Indentation 'try' child has incorrect indentation level 20, expected level should be 10. 522
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 16, expected level should be 8. 523
 Warning sizes LineLength Line is longer than 100 characters (found 101). 528
 Warning indentation Indentation 'catch' child has incorrect indentation level 20, expected level should be 10. 528
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 16, expected level should be 8. 529
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 530
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 531
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 532
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 534
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 537
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 538
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 539
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 548
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 549
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 550
 Warning sizes LineLength Line is longer than 100 characters (found 106). 568
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 568
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 569
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 570
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 580
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 581
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 582
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 591
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 592
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 593
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 604
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 605
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 606
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 607
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 618
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 619
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 620
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 630
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 631
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 632
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 641
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 642
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 643
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 644
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 646
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 647
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 648
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 649
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 650
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 660
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 661
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 662
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 663
 Warning sizes LineLength Line is longer than 100 characters (found 104). 664
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 664
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 665
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 666
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 667
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 668
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 677
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '279'. 677
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 679
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 680
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 681
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 682
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 683
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 684
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 685
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 686
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 687
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 688
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 689

org/apache/commons/lang3/builder/StandardToStringStyle.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@see' should be preceded with an empty line. 36
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 45
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 54
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 56
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 57
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 64
 Warning sizes LineLength Line is longer than 100 characters (found 113). 65
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 66
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 67
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 77
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 79
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 80
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 88
 Warning sizes LineLength Line is longer than 100 characters (found 123). 89
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 90
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 91
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 97
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 99
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 101
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 102
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 109
 Warning sizes LineLength Line is longer than 100 characters (found 127). 110
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 111
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 112
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 121
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 123
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 124
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 131
 Warning sizes LineLength Line is longer than 100 characters (found 115). 132
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 133
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 134
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 144
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 146
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 147
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 155
 Warning sizes LineLength Line is longer than 100 characters (found 123). 156
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 157
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 158
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 167
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 169
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 170
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 177
 Warning sizes LineLength Line is longer than 100 characters (found 125). 178
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 179
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 180
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 189
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 191
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 192
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 202
 Warning sizes LineLength Line is longer than 100 characters (found 108). 203
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 204
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 205
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 214
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 216
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 217
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 227
 Warning sizes LineLength Line is longer than 100 characters (found 104). 228
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 229
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 230
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 239
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 241
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 242
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 252
 Warning sizes LineLength Line is longer than 100 characters (found 116). 253
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 254
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 255
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 264
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 266
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 267
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 277
 Warning sizes LineLength Line is longer than 100 characters (found 112). 278
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 279
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 280
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 289
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 291
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 292
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 302
 Warning sizes LineLength Line is longer than 100 characters (found 108). 303
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 304
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 305
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 314
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 316
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 317
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 327
 Warning sizes LineLength Line is longer than 100 characters (found 134). 328
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 329
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 330
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 339
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 341
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 342
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 352
 Warning sizes LineLength Line is longer than 100 characters (found 116). 353
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 354
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 355
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 363
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 366
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 368
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 369
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 375
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 378
 Warning sizes LineLength Line is longer than 100 characters (found 131). 379
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 380
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 381
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 389
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 392
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 394
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 395
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 401
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 404
 Warning sizes LineLength Line is longer than 100 characters (found 127). 405
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 406
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 407
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 416
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 418
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 419
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 429
 Warning sizes LineLength Line is longer than 100 characters (found 104). 430
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 431
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 432
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 444
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 446
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 447
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 460
 Warning sizes LineLength Line is longer than 100 characters (found 114). 461
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 462
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 463
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 475
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 477
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 478
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 491
 Warning sizes LineLength Line is longer than 100 characters (found 110). 492
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 493
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 494
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 506
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 508
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 509
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 522
 Warning sizes LineLength Line is longer than 100 characters (found 132). 523
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 524
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 525
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 537
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 539
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 540
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 553
 Warning sizes LineLength Line is longer than 100 characters (found 128). 554
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 555
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 556

org/apache/commons/lang3/builder/ToStringBuilder.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 94
 Warning sizes LineLength Line is longer than 100 characters (found 104). 109
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 116
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 117
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 118
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 135
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 136
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 137
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 138
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 139
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 140
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 151
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 152
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 153
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 164
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 165
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 166
 Warning sizes LineLength Line is longer than 100 characters (found 125). 178
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 178
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 179
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 180
 Warning sizes LineLength Line is longer than 100 characters (found 101). 190
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 195
 Warning sizes LineLength Line is longer than 100 characters (found 108). 200
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 200
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 201
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 208
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 212
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 216
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 225
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 226
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 227
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 237
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 238
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 239
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 252
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 253
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 254
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 255
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 256
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 257
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 258
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 259
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 260
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 261
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 263
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 264
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 275
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 276
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 277
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 278
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 289
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 290
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 291
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 292
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 303
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 304
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 305
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 306
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 317
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 318
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 319
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 320
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 331
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 332
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 333
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 334
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 345
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 346
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 347
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 348
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 359
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 360
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 361
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 362
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 373
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 374
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 375
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 376
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 387
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 388
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 389
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 390
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 401
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 402
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 403
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 404
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 415
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 416
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 417
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 418
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 429
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 430
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 431
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 432
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 443
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 444
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 445
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 446
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 457
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 458
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 459
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 460
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 471
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 472
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 473
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 474
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 485
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 486
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 487
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 488
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 499
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 500
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 501
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 502
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 513
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 514
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 515
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 516
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 526
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 527
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 528
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 529
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 539
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 540
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 541
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 542
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 556
 Warning sizes LineLength Line is longer than 100 characters (found 108). 559
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 559
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 560
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 561
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 562
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 572
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 573
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 574
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 575
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 584
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 585
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 586
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 587
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 601
 Warning sizes LineLength Line is longer than 100 characters (found 105). 604
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 604
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 605
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 606
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 607
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 617
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 618
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 619
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 620
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 630
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 631
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 632
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 633
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 647
 Warning sizes LineLength Line is longer than 100 characters (found 105). 650
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 650
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 651
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 652
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 653
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 663
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 664
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 665
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 666
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 676
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 677
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 678
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 679
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 693
 Warning sizes LineLength Line is longer than 100 characters (found 107). 696
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 696
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 697
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 698
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 699
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 709
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 710
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 711
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 712
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 722
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 723
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 724
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 725
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 739
 Warning sizes LineLength Line is longer than 100 characters (found 106). 742
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 742
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 743
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 744
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 745
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 755
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 756
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 757
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 758
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 768
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 769
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 770
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 771
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 785
 Warning sizes LineLength Line is longer than 100 characters (found 104). 788
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 788
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 789
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 790
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 791
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 801
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 802
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 803
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 804
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 814
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 815
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 816
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 817
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 831
 Warning sizes LineLength Line is longer than 100 characters (found 105). 834
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 834
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 835
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 836
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 837
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 847
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 848
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 849
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 850
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 859
 Warning sizes LineLength Line is longer than 100 characters (found 103). 862
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 862
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 863
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 864
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 865
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 875
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 876
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 877
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 878
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 892
 Warning sizes LineLength Line is longer than 100 characters (found 107). 895
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 895
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 896
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 897
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 898
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 908
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 909
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 910
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 911
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 921
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 922
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 923
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 924
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 938
 Warning sizes LineLength Line is longer than 100 characters (found 106). 941
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 941
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 942
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 943
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 944
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 955
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 956
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 957
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 958
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 974
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 975
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 976
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 977
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 978
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 979
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1008
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1009
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1010
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1011
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1012
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1013
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1021
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1022
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1023
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1030
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1031
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1032
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1042
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1043
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1044
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1056
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1058
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1059
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1060
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 1061
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 1062
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1063
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1064
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1076
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1078
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1079

org/apache/commons/lang3/builder/ToStringStyle.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.lang3.ClassUtils' 25
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 71
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 81
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 95
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 106
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 118
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 128
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 136
 Warning whitespace WhitespaceAfter ',' is not followed by whitespace. 137
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 156
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 157
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 158
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 171
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 172
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 173
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 174
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 185
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 186
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 187
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 188
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 189
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 190
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 191
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 192
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 193
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 207
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 208
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 209
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 210
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 211
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 212
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 213
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 214
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 215
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 216
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 217
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 222
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 227
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 232
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 237
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 242
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 247
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 252
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 257
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 262
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 267
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 272
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 277
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 282
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 287
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 293
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 298
 Warning javadoc AtclauseOrder Javadoc comment at column 48 has parse error. Details: no viable alternative at input '<size'' while parsing HTML_ELEMENT 301
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 303
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 308
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 313
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 318
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 325
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 326
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 327
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 341
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 342
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 343
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 355
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 356
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 357
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 358
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 359
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 360
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 361
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 362
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 363
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 364
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 365
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 366
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 367
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 368
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 376
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 377
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 378
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 379
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 380
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 381
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 382
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 383
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 384
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 385
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 392
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 394
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 395
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 396
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 397
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 398
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 399
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 400
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 408
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 409
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 410
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 411
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 412
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 413
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 414
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 415
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 416
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 417
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 418
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 419
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 420
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 421
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 422
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 423
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 436
 Warning sizes LineLength Line is longer than 100 characters (found 121). 438
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 438
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 439
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 441
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 442
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 444
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 445
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 446
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 448
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 449
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 467
 Warning sizes LineLength Line is longer than 100 characters (found 128). 470
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 470
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 471
 Warning sizes LineLength Line is longer than 100 characters (found 102). 472
 Warning indentation Indentation 'if' child has incorrect indentation level 11, expected level should be 6. 473
 Warning indentation Indentation 'if' child has incorrect indentation level 11, expected level should be 6. 474
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 475
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 477
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 479
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 480
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 481
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 482
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 483
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 484
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 485
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 487
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 488
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 489
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 490
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 491
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 492
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 494
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 495
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 496
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 497
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 498
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 499
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 501
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 502
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 503
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 504
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 505
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 506
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 508
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 509
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 510
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 511
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 512
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 513
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 515
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 516
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 517
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 518
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 519
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 520
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 522
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 523
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 524
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 525
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 526
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 527
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 529
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 530
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 531
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 532
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 533
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 534
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 536
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 537
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 538
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 539
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 540
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 541
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 543
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 544
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 545
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 546
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 547
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 548
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 550
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 551
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 552
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 553
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 554
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 555
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 557
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 558
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 559
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 560
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 561
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 562
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 563
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 564
 Warning indentation Indentation 'finally' child has incorrect indentation level 12, expected level should be 6. 565
 Warning indentation Indentation 'finally rcurly' has incorrect indentation level 8, expected level should be 4. 566
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 567
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 577
 Warning sizes LineLength Line is longer than 100 characters (found 110). 581
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 581
 Warning indentation Indentation 'method def' child has incorrect indentation level 7, expected level should be 4. 582
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 583
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 592
 Warning sizes LineLength Line is longer than 100 characters (found 104). 594
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 594
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 595
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 596
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 604
 Warning sizes LineLength Line is longer than 100 characters (found 110). 606
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 606
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 607
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 608
 Warning javadoc AtclauseOrder Javadoc comment at column 58 has parse error. Missed HTML close tag 'code'. Sometimes it means that close tag missed for one of previous tags. 611
 Warning sizes LineLength Line is longer than 100 characters (found 105). 618
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 618
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 619
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 620
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 629
 Warning sizes LineLength Line is longer than 100 characters (found 105). 631
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 631
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 632
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 633
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 634
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 635
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 647
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '438'. 647
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 648
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 649
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 650
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 651
 Warning sizes LineLength Line is longer than 100 characters (found 102). 661
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 661
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '618'. 661
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 662
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 663
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 675
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '647'. 675
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 676
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 677
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 678
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 679
 Warning sizes LineLength Line is longer than 100 characters (found 101). 689
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 689
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '661'. 689
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 690
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 691
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 703
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '675'. 703
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 704
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 705
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 706
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 707
 Warning sizes LineLength Line is longer than 100 characters (found 103). 717
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 717
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '689'. 717
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 718
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 719
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 731
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '703'. 731
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 732
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 733
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 734
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 735
 Warning sizes LineLength Line is longer than 100 characters (found 102). 745
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 745
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '717'. 745
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 746
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 747
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 759
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '731'. 759
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 760
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 761
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 762
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 763
 Warning sizes LineLength Line is longer than 100 characters (found 102). 773
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 773
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '745'. 773
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 774
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 775
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 787
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '759'. 787
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 788
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 789
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 790
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 791
 Warning sizes LineLength Line is longer than 100 characters (found 104). 801
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 801
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '773'. 801
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 802
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 803
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 815
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '787'. 815
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 816
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 817
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 818
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 819
 Warning sizes LineLength Line is longer than 100 characters (found 103). 829
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 829
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '801'. 829
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 830
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 831
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 843
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '815'. 843
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 844
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 845
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 846
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 847
 Warning sizes LineLength Line is longer than 100 characters (found 105). 857
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 857
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '829'. 857
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 858
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 859
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 869
 Warning sizes LineLength Line is longer than 100 characters (found 123). 871
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 871
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '843'. 871
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 872
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 874
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 875
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 877
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 878
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 880
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 881
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 882
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 884
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 885
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 896
 Warning sizes LineLength Line is longer than 100 characters (found 106). 898
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 898
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '857'. 898
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 899
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 900
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 901
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 902
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 903
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 904
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 905
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 906
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 908
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 909
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 910
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 911
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 912
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 913
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 921
 Warning sizes LineLength Line is longer than 100 characters (found 119). 924
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 924
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 925
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 926
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 927
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 928
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 929
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 930
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 931
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 932
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 933
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 935
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 936
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 937
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 938
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 939
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 940
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 949
 Warning sizes LineLength Line is longer than 100 characters (found 107). 951
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 951
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '631'. 951
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 952
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 953
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 965
 Warning sizes LineLength Line is longer than 100 characters (found 121). 967
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 967
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '871'. 967
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 968
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 970
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 971
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 973
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 974
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 976
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 977
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 978
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 980
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 981
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 990
 Warning sizes LineLength Line is longer than 100 characters (found 104). 992
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 992
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '898'. 992
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 993
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 994
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 995
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 996
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 997
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 998
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 999
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1000
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1001
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1010
 Warning sizes LineLength Line is longer than 100 characters (found 105). 1012
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1012
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '951'. 1012
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1013
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1014
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1026
 Warning sizes LineLength Line is longer than 100 characters (found 120). 1028
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1028
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '967'. 1028
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1029
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1031
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1032
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1034
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1035
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1037
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 1038
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 1039
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1041
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1042
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1051
 Warning sizes LineLength Line is longer than 100 characters (found 103). 1053
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1053
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '992'. 1053
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1054
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 1055
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 1056
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1057
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1058
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 1059
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 1060
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1061
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1062
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1071
 Warning sizes LineLength Line is longer than 100 characters (found 104). 1073
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1073
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '1,012'. 1073
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1074
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1075
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1087
 Warning sizes LineLength Line is longer than 100 characters (found 122). 1089
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1089
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '1,028'. 1089
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1090
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1092
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1093
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1095
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1096
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1098
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 1099
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 1100
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1102
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1103
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1112
 Warning sizes LineLength Line is longer than 100 characters (found 105). 1114
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1114
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '1,053'. 1114
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1115
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 1116
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 1117
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1118
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1119
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 1120
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 1121
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1122
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1123
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1132
 Warning sizes LineLength Line is longer than 100 characters (found 106). 1134
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1134
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '1,073'. 1134
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1135
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1136
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1148
 Warning sizes LineLength Line is longer than 100 characters (found 121). 1150
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1150
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '1,089'. 1150
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1151
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1153
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1154
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1156
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1157
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1159
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 1160
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 1161
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1163
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1164
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1173
 Warning sizes LineLength Line is longer than 100 characters (found 104). 1175
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1175
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '1,114'. 1175
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1176
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 1177
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 1178
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1179
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1180
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 1181
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 1182
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1183
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1184
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1193
 Warning sizes LineLength Line is longer than 100 characters (found 105). 1195
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1195
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '1,134'. 1195
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1196
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1197
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1209
 Warning sizes LineLength Line is longer than 100 characters (found 121). 1211
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1211
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '1,150'. 1211
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1212
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1214
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1215
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1217
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1218
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1220
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 1221
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 1222
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1224
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1225
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1234
 Warning sizes LineLength Line is longer than 100 characters (found 104). 1236
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1236
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '1,175'. 1236
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1237
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 1238
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 1239
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1240
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1241
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 1242
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 1243
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1244
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1245
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1254
 Warning sizes LineLength Line is longer than 100 characters (found 105). 1256
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1256
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '1,195'. 1256
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1257
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1258
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1270
 Warning sizes LineLength Line is longer than 100 characters (found 123). 1272
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1272
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '1,211'. 1272
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1273
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1275
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1276
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1278
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1279
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1281
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 1282
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 1283
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1285
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1286
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1295
 Warning sizes LineLength Line is longer than 100 characters (found 106). 1297
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1297
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '1,236'. 1297
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1298
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 1299
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 1300
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1301
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1302
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 1303
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 1304
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1305
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1306
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1315
 Warning sizes LineLength Line is longer than 100 characters (found 107). 1317
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1317
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '1,256'. 1317
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1318
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1319
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1331
 Warning sizes LineLength Line is longer than 100 characters (found 122). 1333
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1333
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '1,272'. 1333
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1334
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1336
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1337
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1339
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1340
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1342
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 1343
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 1344
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1346
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1347
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1356
 Warning sizes LineLength Line is longer than 100 characters (found 105). 1358
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1358
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '1,297'. 1358
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1359
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 1360
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 1361
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1362
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1363
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 1364
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 1365
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1366
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1367
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1376
 Warning sizes LineLength Line is longer than 100 characters (found 106). 1378
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1378
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '1,317'. 1378
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1379
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1380
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1392
 Warning sizes LineLength Line is longer than 100 characters (found 124). 1394
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1394
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '1,333'. 1394
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1395
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1397
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1398
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1400
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1401
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1403
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 1404
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 1405
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1407
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1408
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1417
 Warning sizes LineLength Line is longer than 100 characters (found 107). 1419
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1419
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '1,358'. 1419
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1420
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 1421
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 1422
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1423
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1424
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 1425
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 1426
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1427
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1428
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1437
 Warning sizes LineLength Line is longer than 100 characters (found 108). 1439
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1439
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '1,378'. 1439
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1440
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1441
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1451
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1452
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1453
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 1454
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1455
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1456
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 1457
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 1458
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1459
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1460
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1468
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1469
 Warning whitespace WhitespaceAround WhitespaceAround: '!=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 1469
 Warning whitespace WhitespaceAround WhitespaceAround: '!=' is not preceded with whitespace. 1469
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1470
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1471
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1472
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1473
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1474
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1481
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1482
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1483
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1490
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1491
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1492
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1502
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1503
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1504
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1511
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1512
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1513
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1521
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1522
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1523
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1524
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1525
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1526
 Warning javadoc AtclauseOrder Javadoc comment at column 39 has parse error. Missed HTML close tag 'code'. Sometimes it means that close tag missed for one of previous tags. 1529
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1534
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1535
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1536
 Warning javadoc AtclauseOrder Javadoc comment at column 55 has parse error. Missed HTML close tag 'code'. Sometimes it means that close tag missed for one of previous tags. 1547
 Warning sizes LineLength Line is longer than 100 characters (found 105). 1553
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1553
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1554
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1555
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1556
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1557
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1573
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1574
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1575
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1576
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1577
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1578
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1589
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1590
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1591
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1603
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1604
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1605
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1612
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1613
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1614
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1624
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1625
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1626
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1634
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1635
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1636
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1645
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1646
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1647
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1654
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1655
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1656
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1665
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1666
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1667
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1674
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1675
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1676
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1686
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1687
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1688
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1696
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1697
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1698
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1707
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1708
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1709
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1716
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1717
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1718
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1727
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1728
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1729
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1739
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1740
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1741
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1742
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1743
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1744
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1753
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1754
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1755
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1765
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1766
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1767
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1768
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1769
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1770
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1779
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1780
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1781
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1791
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1792
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1793
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1794
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1795
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1796
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1805
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1806
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1807
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1817
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1818
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1819
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1820
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1821
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1822
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1831
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1832
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1833
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1843
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1844
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1845
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1846
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1847
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1848
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1857
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1858
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1859
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1869
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1870
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1871
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1872
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1873
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1874
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1883
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1884
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1885
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1895
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1896
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1897
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1898
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1899
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1900
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1911
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1912
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1913
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1922
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1923
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1924
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1935
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1936
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1937
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1946
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1947
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1948
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1957
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1958
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1959
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1969
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1970
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1971
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1972
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1973
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1974
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1986
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1987
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1988
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2001
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2002
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2003
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2004
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2005
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2006
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2018
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2019
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2020
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2033
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2034
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2035
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2036
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2037
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2038
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2050
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2051
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2052
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2065
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2066
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2067
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2068
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2069
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2070
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2082
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2083
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2084
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2097
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2098
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2099
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2100
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2101
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2102
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 2112
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 2119
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 2126
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 2127
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 2128
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 2135
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 2136
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 2137
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 2139
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 2150
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 2152
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 2159
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 2160
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 2161
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 2162
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 2169
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 2170
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 2171
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 2173
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 2184
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 2186
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 2193
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 2194
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 2195
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 2196
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 2197
 Warning javadoc AtclauseOrder Javadoc comment at column 22 has parse error. Missed HTML close tag 'code'. Sometimes it means that close tag missed for one of previous tags. 2200
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 2203
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 2204
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 2205
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 2207
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 2216
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 2218
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 2225
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 2226
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 2227
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 2228
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 2229
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 2230
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 2231
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 2232
 Warning javadoc AtclauseOrder Javadoc comment at column 22 has parse error. Missed HTML close tag 'code'. Sometimes it means that close tag missed for one of previous tags. 2235
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 2238
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 2239
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 2240
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 2242
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 2252
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 2254
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 2261
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 2262
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 2263
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 2264
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 2265
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 2266
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 2267
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 2274
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 2275
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 2276
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 2278

org/apache/commons/lang3/concurrent/AtomicInitializer.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 69
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 78
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 80
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 82
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 84
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 85
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 86
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 88
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 89
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 90
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 92
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 93
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 106

org/apache/commons/lang3/concurrent/AtomicSafeInitializer.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 59
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 63
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 65
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 70
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 72
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 74
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 77
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 78
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 79
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 80
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 82
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 83
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 96

org/apache/commons/lang3/concurrent/BackgroundInitializer.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 89
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 92
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 95
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 101
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 102
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 103
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 113
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 115
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 116
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 117
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 124
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 125
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 126
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 133
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 135
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 136
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 137
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 151
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 153
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 155
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 156
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 158
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 160
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 161
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 173
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 175
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 179
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 180
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 181
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 182
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 183
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 184
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 185
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 187
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 189
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 190
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 192
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 193
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 206
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 209
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 211
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 212
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 213
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 214
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 215
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 216
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 218
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 219
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 220
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 221
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 231
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 232
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 233
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 234
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 236
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 237
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 248
 Warning modifier ModifierOrder 'final' modifier out of order with the JLS suggestions. 248
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 249
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 250
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 263
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 264
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 265
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 277
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 287
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 290
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 291
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 292
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 300
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 301
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 302
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 304
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 306
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 314
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 315
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 316
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 324
 Warning indentation Indentation 'try' has incorrect indentation level 12, expected level should be 6. 326
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 327
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 12, expected level should be 6. 328
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 329
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 330
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 331
 Warning indentation Indentation 'finally rcurly' has incorrect indentation level 12, expected level should be 6. 332
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 333
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 334

org/apache/commons/lang3/concurrent/BasicThreadFactory.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 92
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 95
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 98
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 101
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 104
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 107
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 115
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 116
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 117
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 118
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 119
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 120
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 122
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 123
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 124
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 125
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 127
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 128
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 138
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 139
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 140
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 148
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 149
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 150
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 160
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 161
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 162
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 170
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 171
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 172
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 180
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 181
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 182
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 191
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 192
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 193
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 203
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 205
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 206
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 208
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 209
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 219
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 221
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 222
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 223
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 224
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 226
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 227
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 228
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 230
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 231
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 232
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 234
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 235
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 236
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 237
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 254
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 258
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 261
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 264
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 267
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 270
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 277
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 280
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 282
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 283
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 284
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 286
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 288
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 289
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 290
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 300
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 301
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 302
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 304
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 306
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 307
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 308
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 318
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 319
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 320
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 321
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 330
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 331
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 332
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 333
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 340
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 344
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 346
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 347
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 349
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 351
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 352
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 353
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 361
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 362
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 363
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 364
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 365
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 366
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 367
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 376
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 378
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 379
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 380
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 381
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 382

org/apache/commons/lang3/concurrent/CallableBackgroundInitializer.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 70
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 79
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 80
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 81
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 82
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 92
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 95
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 96
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 97
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 98
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 99
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 109
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 111
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 112
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 121
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 122
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 123
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 124
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 125

org/apache/commons/lang3/concurrent/ConcurrentException.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 39
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 44
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 46
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 55
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 56
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 57
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 67
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 68
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 69

org/apache/commons/lang3/concurrent/ConcurrentInitializer.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 51
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 53

org/apache/commons/lang3/concurrent/ConcurrentRuntimeException.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 46
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 47
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 48
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 57
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 59
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 69
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 70
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 71

org/apache/commons/lang3/concurrent/ConcurrentUtils.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 39
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 60
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 61
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 62
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 63
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 66
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 67
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 81
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 84
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 85
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 87
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 88
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 89
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 104
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 106
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 108
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 109
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 110
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 111
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 124
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 126
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 127
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 129
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 130
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 131
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 132
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 141
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 143
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 144
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 146
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 147
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 148
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 149
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 150
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 158
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 159
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 160
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 161
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 163
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 164
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 165
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 166
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 180
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 182
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 184
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 185
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 200
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 201
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 202
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 203
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 204
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 205
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 206
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 241
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 242
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 243
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 244
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 246
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 247
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 248
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 267
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 270
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 272
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 273
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 274
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 276
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 277
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 278
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 279
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 280
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 281
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 295
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 298
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 300
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 301
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 302
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 303
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 304
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 305
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 323
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 324
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 325
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 329
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 331
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 333
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 341
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 342
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 343
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 350
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 352
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 353
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 358
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 360
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 361
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 367
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 369
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 370
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 376
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 378
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 379
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 385
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 387
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 388
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 389

org/apache/commons/lang3/concurrent/ConstantInitializer.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 46
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 57
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 59
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 68
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 70
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 79
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 81
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 82
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 90
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 92
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 93
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 104
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 106
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 107
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 108
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 109
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 110
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 111
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 113
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 114
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 115
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 124
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 126
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 128

org/apache/commons/lang3/concurrent/LazyInitializer.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 81
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 89
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 91
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 95
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 97
 Warning indentation Indentation 'synchronized' has incorrect indentation level 12, expected level should be 6. 98
 Warning indentation Indentation 'synchronized' child has incorrect indentation level 16, expected level should be 8. 99
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 100
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 101
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 102
 Warning indentation Indentation 'synchronized rcurly' has incorrect indentation level 12, expected level should be 6. 103
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 104
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 106
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 107
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 119

org/apache/commons/lang3/concurrent/MultiBackgroundInitializer.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 101
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 107
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 108
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 109
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 116
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 118
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 119
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 120
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 130
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 134
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 135
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 136
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 138
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 139
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 140
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 142
 Warning indentation Indentation 'synchronized' has incorrect indentation level 8, expected level should be 4. 144
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 145
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 146
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 148
 Warning indentation Indentation 'synchronized' child has incorrect indentation level 12, expected level should be 6. 149
 Warning indentation Indentation 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. 150
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 151
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 163
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 165
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 167
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 168
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 169
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 171
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 172
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 184
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 186
 Warning indentation Indentation 'synchronized' has incorrect indentation level 8, expected level should be 4. 187
 Warning indentation Indentation 'synchronized' child has incorrect indentation level 12, expected level should be 6. 189
 Warning indentation Indentation 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. 191
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 194
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 195
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 196
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 198
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 199
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 200
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 201
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 204
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 205
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 206
 Warning indentation Indentation 'try' has incorrect indentation level 12, expected level should be 6. 207
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 208
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 12, expected level should be 6. 209
 Warning indentation Indentation 'catch' child has incorrect indentation level 16, expected level should be 8. 210
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 12, expected level should be 6. 211
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 212
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 214
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 215
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 227
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 229
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 232
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 235
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 246
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 250
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 251
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 252
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 253
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 263
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 264
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 265
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 279
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 280
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 281
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 282
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 292
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 293
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 294
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 295
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 307
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 308
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 309
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 310
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 319
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 320
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 321
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 329
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 330
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 331
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 342
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 343
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 344
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 345
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 347
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 349
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 350
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 351

org/apache/commons/lang3/concurrent/TimedSemaphore.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 134
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 137
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 140
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 143
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 146
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 149
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 152
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 155
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 161
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 164
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 167
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 170
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 173
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 184
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 185
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 186
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 200
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 202
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 203
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 204
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 206
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 207
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 209
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 210
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 211
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 212
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 213
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 215
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 216
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 217
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 218
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 219
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 221
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 222
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 231
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 232
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 233
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 245
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 246
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 247
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 254
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 255
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 257
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 260
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 261
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 262
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 263
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 264
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 266
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 267
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 268
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 277
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 278
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 279
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 292
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 293
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 294
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 295
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 297
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 298
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 299
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 301
 Warning indentation Indentation 'do..while' has incorrect indentation level 8, expected level should be 4. 302
 Warning indentation Indentation 'do..while' child has incorrect indentation level 12, expected level should be 6. 303
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 304
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 305
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 306
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 307
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 308
 Warning indentation Indentation 'do..while rcurly' has incorrect indentation level 8, expected level should be 4. 309
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 310
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 320
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 322
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 323
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 324
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 332
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 333
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 334
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 345
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 347
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 348
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 349
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 358
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 360
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 361
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 363
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 372
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 373
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 374
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 381
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 382
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 383
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 390
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 391
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 392
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 401
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 402
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 408
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 415
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 416
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 417
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 418
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 419
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 420
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 421

org/apache/commons/lang3/event/EventListenerSupport.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.lang3.Validate' 33
 Warning javadoc AtclauseOrder Javadoc comment at column 34 has parse error. Missed HTML close tag 'ActionListener'. Sometimes it means that close tag missed for one of previous tags. 47
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 68
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 69
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 76
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 82
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 87
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 105
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 106
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 107
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 121
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 122
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 123
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 138
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 139
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 140
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 141
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 142
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 144
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 145
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 151
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 152
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 160
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 162
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 163
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 164
 Warning sizes LineLength Line is longer than 100 characters (found 120). 166
 Warning sizes LineLength Line is longer than 100 characters (found 120). 168
 Warning indentation CommentsIndentation Comment has incorrect indentation level 0, expected is 4, indentation should be the same level as line 178. 168
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 178
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 179
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 180
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 181
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 188
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 189
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 190
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 200
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 201
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 202
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 203
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 209
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 211
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 212
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 213
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 217
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 220
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 221
 Warning sizes LineLength Line is longer than 100 characters (found 104). 224
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 224
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 225
 Warning indentation Indentation 'try' has incorrect indentation level 12, expected level should be 6. 226
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 227
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 228
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 12, expected level should be 6. 229
 Warning indentation Indentation 'catch' child has incorrect indentation level 16, expected level should be 8. 231
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 12, expected level should be 6. 232
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 233
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 238
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 239
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 243
 Warning sizes LineLength Line is longer than 100 characters (found 115). 247
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 247
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 248
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 252
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 254
 Warning indentation Indentation 'Class' has incorrect indentation level 8, expected level should be 12. 256
 Warning sizes LineLength Line is longer than 100 characters (found 101). 258
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 258
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 259
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 263
 Warning sizes LineLength Line is longer than 100 characters (found 109). 266
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 266
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 267
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 270
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 271
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 272
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 276
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 279
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 280
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 282
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 287
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 289
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 290
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 291
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 296
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 310
 Warning sizes LineLength Line is longer than 100 characters (found 109). 311
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 312
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 313
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 314
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 315
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 316
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 317

org/apache/commons/lang3/event/EventUtils.java

Severity Category Rule Message Line
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.lang3.reflect.MethodUtils' 28
 Warning sizes LineLength Line is longer than 100 characters (found 113). 39
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 41
 Warning sizes LineLength Line is longer than 100 characters (found 118). 48
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 48
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 49
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 50
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 51
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 52
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 56
 Warning whitespace MethodParamPad '(' is preceded with whitespace. 57
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 59
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 60
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 61
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 62
 Warning sizes LineLength Line is longer than 100 characters (found 103). 71
 Warning sizes LineLength Line is longer than 100 characters (found 117). 72
 Warning sizes LineLength Line is longer than 100 characters (found 117). 75
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 75
 Warning sizes LineLength Line is longer than 100 characters (found 103). 77
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 77
 Warning sizes LineLength Line is longer than 100 characters (found 114). 78
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 79
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 80
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 82
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 84
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 85
 Warning sizes LineLength Line is longer than 100 characters (found 112). 94
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 94
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 95
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 96
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 97
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 98
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 109
 Warning sizes LineLength Line is longer than 100 characters (found 115). 110
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 111
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 112
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 113
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 114
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 115
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 116
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 117
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 118
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 119
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 127
 Warning sizes LineLength Line is longer than 100 characters (found 118). 128
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 128
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 129
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 130

org/apache/commons/lang3/exception/CloneFailedException.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@since' should be preceded with an empty line. 23
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 28
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 35
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 39
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 40
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 45
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 48
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 49
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 50
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 55
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 59
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 61

org/apache/commons/lang3/exception/ContextedException.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.lang3.tuple.Pair' 22
 Warning sizes LineLength Line is longer than 100 characters (found 111). 66
 Warning sizes LineLength Line is longer than 100 characters (found 112). 68
 Warning sizes LineLength Line is longer than 100 characters (found 109). 76
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@see' should be preceded with an empty line. 81
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 87
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 89
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 93
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 93
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 96
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 97
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 98
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 99
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 103
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 103
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 106
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 108
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 109
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 110
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 111
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 115
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 115
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 118
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 120
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 121
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 122
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 123
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 127
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 127
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 130
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 133
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 134
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 135
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 136
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 141
 Warning sizes LineLength Line is longer than 100 characters (found 109). 143
 Warning sizes LineLength Line is longer than 100 characters (found 102). 145
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 145
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 146
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 147
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 148
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 149
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 150
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 151
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 163
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 167
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 169
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 170
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 171
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 182
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 186
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 188
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 189
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 190
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 195
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 197
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 198
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 203
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 205
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 206
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 211
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 213
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 214
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 219
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 221
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 222
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@see' should be preceded with an empty line. 227
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 230
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 231
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 232
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 233
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@see' should be preceded with an empty line. 238
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 242
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 243
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 244
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 249
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 251
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 252

org/apache/commons/lang3/exception/ContextedRuntimeException.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.lang3.tuple.Pair' 22
 Warning sizes LineLength Line is longer than 100 characters (found 111). 66
 Warning sizes LineLength Line is longer than 100 characters (found 119). 68
 Warning sizes LineLength Line is longer than 100 characters (found 116). 76
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@see' should be preceded with an empty line. 81
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 87
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 89
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 93
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 93
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 96
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 97
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 98
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 99
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 103
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 103
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 106
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 108
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 109
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 110
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 111
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 115
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 115
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 118
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 120
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 121
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 122
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 123
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 127
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 127
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 130
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 133
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 134
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 135
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 136
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 141
 Warning sizes LineLength Line is longer than 100 characters (found 109). 143
 Warning sizes LineLength Line is longer than 100 characters (found 109). 145
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 145
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 146
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 147
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 148
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 149
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 150
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 151
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 163
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 167
 Warning sizes LineLength Line is longer than 100 characters (found 102). 168
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 169
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 170
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 171
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 182
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 186
 Warning sizes LineLength Line is longer than 100 characters (found 102). 187
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 188
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 189
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 190
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 195
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 197
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 198
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 203
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 205
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 206
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 211
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 213
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 214
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 219
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 221
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 222
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@see' should be preceded with an empty line. 227
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 230
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 231
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 232
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 233
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@see' should be preceded with an empty line. 238
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 242
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 243
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 244
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 249
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 251
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 252

org/apache/commons/lang3/exception/DefaultExceptionContext.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.lang3.StringUtils' 26
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@see' should be preceded with an empty line. 37
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 44
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 47
 Warning whitespace WhitespaceAfter ',' is not followed by whitespace. 47
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 56
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 61
 Warning sizes LineLength Line is longer than 100 characters (found 101). 63
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 63
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 64
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 65
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 66
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 67
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 68
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 70
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 71
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 76
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 78
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 79
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 80
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 81
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 82
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 84
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 85
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 90
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 92
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 93
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 94
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 95
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 96
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 97
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 98
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 103
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 105
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 106
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 107
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 108
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 109
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 110
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 115
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 117
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 118
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 123
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 126
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 127
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 128
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 129
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 130
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 131
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 133
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 134
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 135
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 136
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 137
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 139
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 140
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 141
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 142
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 143
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 144
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 145
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 146
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 147
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 148
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 149
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 150
 Warning indentation Indentation 'try' has incorrect indentation level 20, expected level should be 10. 151
 Warning indentation Indentation 'try' child has incorrect indentation level 24, expected level should be 12. 152
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 20, expected level should be 10. 153
 Warning sizes LineLength Line is longer than 100 characters (found 104). 154
 Warning indentation Indentation 'catch' child has incorrect indentation level 24, expected level should be 12. 154
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 20, expected level should be 10. 155
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 156
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 157
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 158
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 159
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 160
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 161
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 162
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 163

org/apache/commons/lang3/exception/ExceptionContext.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.lang3.tuple.Pair' 22
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@see' should be preceded with an empty line. 32
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 45
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 49
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 58
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 62
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 67
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 70
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 75
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 78
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 83
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 85
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 90
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 92
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 98
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 101

org/apache/commons/lang3/exception/ExceptionUtils.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.lang3.ArrayUtils' 28
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 48
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 54
 Warning sizes LineLength Line is longer than 100 characters (found 111). 71
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 75
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 77
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 89
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 91
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 92
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 118
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 122
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 124
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 125
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 136
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 140
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 142
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 143
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 144
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 146
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 147
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 148
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 150
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 151
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 152
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 153
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 154
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 155
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 156
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 157
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 159
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 160
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 177
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 179
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 180
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 181
 Warning whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 181
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 182
 Warning sizes LineLength Line is longer than 100 characters (found 106). 192
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 192
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 193
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 194
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 195
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 196
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 198
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 200
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 202
 Warning indentation Indentation 'try' has incorrect indentation level 12, expected level should be 6. 203
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 204
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 12, expected level should be 6. 205
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 12, expected level should be 6. 207
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 12, expected level should be 6. 209
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 12, expected level should be 6. 211
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 212
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 213
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 214
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 233
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 234
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 235
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 256
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 257
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 258
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 259
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 280
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 281
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 282
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 283
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 284
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 285
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 286
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 287
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 304
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 305
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 306
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 324
 Warning sizes LineLength Line is longer than 100 characters (found 110). 327
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 327
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 328
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 329
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 347
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 348
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 349
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 367
 Warning sizes LineLength Line is longer than 100 characters (found 104). 371
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 371
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 372
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 373
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 381
 Warning sizes LineLength Line is longer than 100 characters (found 116). 382
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 383
 Warning sizes LineLength Line is longer than 100 characters (found 114). 384
 Warning sizes LineLength Line is longer than 100 characters (found 119). 386
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 386
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 387
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 388
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 389
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 390
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 391
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 392
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 393
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 394
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 395
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 396
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 397
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 398
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 399
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 400
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 401
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 402
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 403
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 404
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 405
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 406
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 407
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 408
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 409
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 410
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 411
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 432
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 433
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 434
 Warning sizes LineLength Line is longer than 100 characters (found 102). 455
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 455
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 456
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 457
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 458
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 459
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 460
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 461
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 462
 Warning misc ArrayTypeStyle Array brackets at illegal position. 462
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 463
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 464
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 465
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 466
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 467
 Warning sizes LineLength Line is longer than 100 characters (found 102). 488
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 488
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 489
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 490
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 491
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 492
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 493
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 494
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 495
 Warning misc ArrayTypeStyle Array brackets at illegal position. 495
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 496
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 497
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 498
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 499
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 500
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 516
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 517
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 518
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 519
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 520
 Warning misc ArrayTypeStyle Array brackets at illegal position. 520
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 521
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 522
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 523
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 524
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 525
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 526
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 527
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 528
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 529
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 530
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 531
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 532
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 533
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 534
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 535
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 536
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 537
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 538
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 539
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 540
 Warning sizes LineLength Line is longer than 100 characters (found 109). 550
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 550
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 551
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 552
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 553
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 554
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 555
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 556
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 559
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 560
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 561
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 562
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 563
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 564
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 565
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 566
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 567
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 580
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 582
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 583
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 584
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 585
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 586
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 587
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 602
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 603
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 604
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 605
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 606
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 607
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 618
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 619
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 620
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 621
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 622
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 623
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 624
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 625
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 626
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 637
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 640
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 641
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 642
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 643
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 644
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 645
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 646
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 647
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 649
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 650
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 651
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 652
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 653
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 654
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 655
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 656
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 657
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 658
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 663
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 663
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 671
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 672
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 673
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 674
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 675
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 676
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 677
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 678
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 683
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 683
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 691
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 692
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 693
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 694
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 695

org/apache/commons/lang3/math/Fraction.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@see' should be preceded with an empty line. 40
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 51
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 55
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 59
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 63
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 67
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 71
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 75
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 79
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 83
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 87
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 91
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 97
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 101
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 106
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 110
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 114
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 123
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 124
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 125
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 126
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 127
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 139
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 141
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 142
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 143
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 144
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 145
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 146
 Warning whitespace WhitespaceAround WhitespaceAround: '==' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 146
 Warning whitespace WhitespaceAround WhitespaceAround: '==' is not preceded with whitespace. 146
 Warning whitespace OperatorWrap '||' should be on a new line. 146
 Warning whitespace WhitespaceAround WhitespaceAround: '==' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 147
 Warning whitespace WhitespaceAround WhitespaceAround: '==' is not preceded with whitespace. 147
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 148
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 149
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 150
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 151
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 152
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 153
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 154
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 170
 Warning sizes LineLength Line is longer than 100 characters (found 101). 172
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 172
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 173
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 174
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 175
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 176
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 177
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 178
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 179
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 180
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 181
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 182
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 183
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 184
 Warning whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 184
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 185
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 186
 Warning whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 186
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 187
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 188
 Warning whitespace OperatorWrap '||' should be on a new line. 188
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 190
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 191
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 192
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 193
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 209
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 210
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 211
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 212
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 213
 Warning whitespace WhitespaceAround WhitespaceAround: '==' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 213
 Warning whitespace WhitespaceAround WhitespaceAround: '==' is not preceded with whitespace. 213
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 214
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 215
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 217
 Warning whitespace WhitespaceAround WhitespaceAround: '==' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 217
 Warning whitespace WhitespaceAround WhitespaceAround: '==' is not preceded with whitespace. 217
 Warning whitespace WhitespaceAround WhitespaceAround: '&' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 217
 Warning whitespace WhitespaceAround WhitespaceAround: '&' is not preceded with whitespace. 217
 Warning whitespace WhitespaceAround WhitespaceAround: '==' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 217
 Warning whitespace WhitespaceAround WhitespaceAround: '==' is not preceded with whitespace. 217
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 218
 Warning whitespace WhitespaceAround WhitespaceAround: '/=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 218
 Warning whitespace WhitespaceAround WhitespaceAround: '/=' is not preceded with whitespace. 218
 Warning whitespace WhitespaceAround WhitespaceAround: '/=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 218
 Warning whitespace WhitespaceAround WhitespaceAround: '/=' is not preceded with whitespace. 218
 Warning coding OneStatementPerLine Only one statement per line allowed. 218
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 219
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 220
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 221
 Warning whitespace WhitespaceAround WhitespaceAround: '==' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 221
 Warning whitespace WhitespaceAround WhitespaceAround: '==' is not preceded with whitespace. 221
 Warning whitespace OperatorWrap '||' should be on a new line. 221
 Warning whitespace WhitespaceAround WhitespaceAround: '==' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 222
 Warning whitespace WhitespaceAround WhitespaceAround: '==' is not preceded with whitespace. 222
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 223
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 224
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 225
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 226
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 227
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 229
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 230
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 231
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 232
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 233
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 245
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 249
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '172'. 249
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 250
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 251
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 252
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 253
 Warning whitespace MethodParamPad '(' should be on the previous line. 254
 Warning indentation Indentation 'new lparen' has incorrect indentation level 16, expected level should be 12. 254
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 255
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 256
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 257
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 259
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 260
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 261
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 262
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 263
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 264
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 265
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 266
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 267
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 268
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 269
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 270
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 271
 Warning coding MultipleVariableDeclarations Each variable declaration must be in its own statement. 271
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 272
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 273
 Warning indentation CommentsIndentation Comment has incorrect indentation level 0, expected is 8, indentation should be the same level as line 275. 274
 Warning indentation Indentation 'do..while' has incorrect indentation level 8, expected level should be 4. 275
 Warning indentation Indentation 'do..while' child has incorrect indentation level 12, expected level should be 6. 276
 Warning indentation Indentation 'do..while' child has incorrect indentation level 12, expected level should be 6. 277
 Warning indentation Indentation 'do..while' child has incorrect indentation level 12, expected level should be 6. 278
 Warning indentation Indentation 'do..while' child has incorrect indentation level 12, expected level should be 6. 279
 Warning indentation Indentation 'do..while' child has incorrect indentation level 12, expected level should be 6. 280
 Warning indentation Indentation 'do..while' child has incorrect indentation level 12, expected level should be 6. 281
 Warning indentation Indentation 'do..while' child has incorrect indentation level 12, expected level should be 6. 282
 Warning indentation Indentation 'do..while' child has incorrect indentation level 12, expected level should be 6. 283
 Warning indentation CommentsIndentation Comment has incorrect indentation level 0, expected is 12, indentation should be the same level as line 285. 284
 Warning indentation Indentation 'do..while' child has incorrect indentation level 12, expected level should be 6. 285
 Warning indentation Indentation 'do..while' child has incorrect indentation level 12, expected level should be 6. 286
 Warning indentation Indentation 'do..while' child has incorrect indentation level 12, expected level should be 6. 287
 Warning indentation Indentation 'do..while' child has incorrect indentation level 12, expected level should be 6. 288
 Warning indentation Indentation 'do..while' child has incorrect indentation level 12, expected level should be 6. 289
 Warning indentation Indentation 'do..while' child has incorrect indentation level 12, expected level should be 6. 290
 Warning indentation Indentation 'do..while' child has incorrect indentation level 12, expected level should be 6. 291
 Warning indentation Indentation 'do..while' child has incorrect indentation level 12, expected level should be 6. 292
 Warning indentation CommentsIndentation Comment has incorrect indentation level 0, expected is 12, 8, indentation should be the same level as line 292, 294. 293
 Warning indentation Indentation 'do..while rcurly' has incorrect indentation level 8, expected level should be 4. 294
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 295
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 296
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 297
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 298
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 299
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 319
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 320
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 321
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 322
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 324
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 325
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 326
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 327
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 330
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 331
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 332
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 333
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 334
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 335
 Warning sizes LineLength Line is longer than 100 characters (found 104). 336
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 336
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 337
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 338
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 339
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 340
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 341
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 342
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 345
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 346
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 348
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 349
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 350
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 351
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 352
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 353
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 354
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 367
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 368
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 369
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 376
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 377
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 378
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 391
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 392
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 393
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 406
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 407
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 408
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 419
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 421
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 422
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 430
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 432
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 433
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 441
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 443
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 444
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 452
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 454
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 455
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 469
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 470
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 471
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 472
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 473
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 474
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 475
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 476
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 477
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 478
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 489
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 490
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 491
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 492
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 493
 Warning whitespace WhitespaceAround WhitespaceAround: '==' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 493
 Warning whitespace WhitespaceAround WhitespaceAround: '==' is not preceded with whitespace. 493
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 494
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 495
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 496
 Warning whitespace WhitespaceAround WhitespaceAround: '<' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 496
 Warning whitespace WhitespaceAround WhitespaceAround: '<' is not preceded with whitespace. 496
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 497
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 498
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 499
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 500
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 501
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 510
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 512
 Warning whitespace WhitespaceAround WhitespaceAround: '==' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 512
 Warning whitespace WhitespaceAround WhitespaceAround: '==' is not preceded with whitespace. 512
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 513
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 514
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 515
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 516
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 525
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 527
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 528
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 529
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 530
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 531
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 532
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 541
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 542
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 544
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 546
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 547
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 548
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 549
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 550
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 551
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 552
 Warning whitespace WhitespaceAround WhitespaceAround: '==' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 552
 Warning whitespace WhitespaceAround WhitespaceAround: '==' is not preceded with whitespace. 552
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 553
 Warning whitespace WhitespaceAround WhitespaceAround: '/' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 553
 Warning whitespace WhitespaceAround WhitespaceAround: '/' is not preceded with whitespace. 553
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 554
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 555
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 556
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 557
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 558
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 559
 Warning whitespace WhitespaceAround WhitespaceAround: '/' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 559
 Warning whitespace WhitespaceAround WhitespaceAround: '/' is not preceded with whitespace. 559
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 560
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 561
 Warning whitespace WhitespaceAround WhitespaceAround: '/' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 561
 Warning whitespace WhitespaceAround WhitespaceAround: '/' is not preceded with whitespace. 561
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 562
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 563
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 564
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 576
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 578
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 579
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 580
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 581
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 582
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 583
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 585
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 586
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 587
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 592
 Warning whitespace WhitespaceAround WhitespaceAround: '>' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 592
 Warning whitespace WhitespaceAround WhitespaceAround: '>' is not preceded with whitespace. 592
 Warning blocks LeftCurly '{' at column 18 should have line break after. 592
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 592
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 592
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 593
 Warning whitespace WhitespaceAround WhitespaceAround: '>' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 593
 Warning whitespace WhitespaceAround WhitespaceAround: '>' is not preceded with whitespace. 593
 Warning blocks LeftCurly '{' at column 18 should have line break after. 593
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 593
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 593
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 595
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 595
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 595
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 596
 Warning whitespace WhitespaceAround WhitespaceAround: '&' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 596
 Warning whitespace WhitespaceAround WhitespaceAround: '&' is not preceded with whitespace. 596
 Warning whitespace WhitespaceAround WhitespaceAround: '==' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 596
 Warning whitespace WhitespaceAround WhitespaceAround: '==' is not preceded with whitespace. 596
 Warning whitespace WhitespaceAround WhitespaceAround: '&' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 596
 Warning whitespace WhitespaceAround WhitespaceAround: '&' is not preceded with whitespace. 596
 Warning whitespace WhitespaceAround WhitespaceAround: '==' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 596
 Warning whitespace WhitespaceAround WhitespaceAround: '==' is not preceded with whitespace. 596
 Warning whitespace WhitespaceAround WhitespaceAround: '<' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 596
 Warning whitespace WhitespaceAround WhitespaceAround: '<' is not preceded with whitespace. 596
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 597
 Warning whitespace WhitespaceAround WhitespaceAround: '/=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 597
 Warning whitespace WhitespaceAround WhitespaceAround: '/=' is not preceded with whitespace. 597
 Warning whitespace WhitespaceAround WhitespaceAround: '/=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 597
 Warning whitespace WhitespaceAround WhitespaceAround: '/=' is not preceded with whitespace. 597
 Warning coding OneStatementPerLine Only one statement per line allowed. 597
 Warning coding OneStatementPerLine Only one statement per line allowed. 597
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 598
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 599
 Warning whitespace WhitespaceAround WhitespaceAround: '==' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 599
 Warning whitespace WhitespaceAround WhitespaceAround: '==' is not preceded with whitespace. 599
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 600
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 601
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 604
 Warning whitespace WhitespaceAround WhitespaceAround: '&' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 604
 Warning whitespace WhitespaceAround WhitespaceAround: '&' is not preceded with whitespace. 604
 Warning whitespace WhitespaceAround WhitespaceAround: '==' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 604
 Warning whitespace WhitespaceAround WhitespaceAround: '==' is not preceded with whitespace. 604
 Warning whitespace WhitespaceAround WhitespaceAround: '/' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 604
 Warning whitespace WhitespaceAround WhitespaceAround: '/' is not preceded with whitespace. 604
 Warning indentation Indentation 'do..while' has incorrect indentation level 8, expected level should be 4. 607
 Warning indentation Indentation 'while' has incorrect indentation level 12, expected level should be 6. 610
 Warning whitespace WhitespaceAround WhitespaceAround: '&' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 610
 Warning whitespace WhitespaceAround WhitespaceAround: '&' is not preceded with whitespace. 610
 Warning whitespace WhitespaceAround WhitespaceAround: '==' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 610
 Warning whitespace WhitespaceAround WhitespaceAround: '==' is not preceded with whitespace. 610
 Warning indentation Indentation 'while' child has incorrect indentation level 16, expected level should be 8. 611
 Warning whitespace WhitespaceAround WhitespaceAround: '/=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 611
 Warning whitespace WhitespaceAround WhitespaceAround: '/=' is not preceded with whitespace. 611
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 12, expected level should be 6. 612
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 614
 Warning whitespace WhitespaceAround WhitespaceAround: '>' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 614
 Warning whitespace WhitespaceAround WhitespaceAround: '>' is not preceded with whitespace. 614
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 615
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 616
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 617
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 618
 Warning indentation Indentation 'do..while' child has incorrect indentation level 12, expected level should be 6. 620
 Warning whitespace WhitespaceAround WhitespaceAround: '/' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 620
 Warning whitespace WhitespaceAround WhitespaceAround: '/' is not preceded with whitespace. 620
 Warning indentation Indentation 'do..while rcurly' has incorrect indentation level 8, expected level should be 4. 623
 Warning whitespace WhitespaceAround WhitespaceAround: '!=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 623
 Warning whitespace WhitespaceAround WhitespaceAround: '!=' is not preceded with whitespace. 623
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 624
 Warning whitespace WhitespaceAround WhitespaceAround: '*' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 624
 Warning whitespace WhitespaceAround WhitespaceAround: '*' is not preceded with whitespace. 624
 Warning whitespace WhitespaceAround WhitespaceAround: '<<' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 624
 Warning whitespace WhitespaceAround WhitespaceAround: '<<' is not preceded with whitespace. 624
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 625
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 633
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 639
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 640
 Warning whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 640
 Warning whitespace WhitespaceAround WhitespaceAround: '*' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 640
 Warning whitespace WhitespaceAround WhitespaceAround: '*' is not preceded with whitespace. 640
 Warning whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 640
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 641
 Warning whitespace OperatorWrap '||' should be on a new line. 641
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 643
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 644
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 645
 Warning whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 645
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 646
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 651
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 655
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 657
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 659
 Warning whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 659
 Warning whitespace WhitespaceAround WhitespaceAround: '*' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 659
 Warning whitespace WhitespaceAround WhitespaceAround: '*' is not preceded with whitespace. 659
 Warning whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 659
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 660
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 661
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 662
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 663
 Warning whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 663
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 664
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 669
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 673
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 675
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 676
 Warning whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 676
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 676
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not preceded with whitespace. 676
 Warning whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 676
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 677
 Warning whitespace OperatorWrap '||' should be on a new line. 677
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 679
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 680
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 681
 Warning whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 681
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 682
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 687
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 691
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 693
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 694
 Warning whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 694
 Warning whitespace WhitespaceAround WhitespaceAround: '-' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 694
 Warning whitespace WhitespaceAround WhitespaceAround: '-' is not preceded with whitespace. 694
 Warning whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 694
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 695
 Warning whitespace OperatorWrap '||' should be on a new line. 695
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 697
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 698
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 699
 Warning whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 699
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 700
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 710
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 712
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 713
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 714
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 724
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 726
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 727
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 728
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 733
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 738
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 740
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 741
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 742
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 743
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 745
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 746
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 747
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 748
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 749
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 750
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 753
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 754
 Warning whitespace WhitespaceAround WhitespaceAround: '==' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 754
 Warning whitespace WhitespaceAround WhitespaceAround: '==' is not preceded with whitespace. 754
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 756
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 757
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 758
 Warning whitespace MethodParamPad '(' should be on the previous line. 759
 Warning indentation Indentation 'new lparen' has incorrect indentation level 16, expected level should be 12. 759
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 761
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 765
 Warning whitespace WhitespaceAround WhitespaceAround: '/' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 766
 Warning whitespace WhitespaceAround WhitespaceAround: '/' is not preceded with whitespace. 766
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 767
 Warning whitespace WhitespaceAround WhitespaceAround: '/' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 768
 Warning whitespace WhitespaceAround WhitespaceAround: '/' is not preceded with whitespace. 768
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 769
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 772
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 773
 Warning whitespace WhitespaceAround WhitespaceAround: '==' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 773
 Warning whitespace WhitespaceAround WhitespaceAround: '==' is not preceded with whitespace. 773
 Warning whitespace WhitespaceAround WhitespaceAround: '?' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 773
 Warning whitespace WhitespaceAround WhitespaceAround: '?' is not preceded with whitespace. 773
 Warning whitespace WhitespaceAround WhitespaceAround: ':' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 773
 Warning whitespace WhitespaceAround WhitespaceAround: ':' is not preceded with whitespace. 773
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 776
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 777
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 778
 Warning whitespace MethodParamPad '(' should be on the previous line. 779
 Warning indentation Indentation 'new lparen' has incorrect indentation level 16, expected level should be 12. 779
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 780
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 781
 Warning whitespace MethodParamPad '(' should be on the previous line. 782
 Warning indentation Indentation 'new lparen' has incorrect indentation level 12, expected level should be 8. 782
 Warning whitespace WhitespaceAround WhitespaceAround: '/' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 783
 Warning whitespace WhitespaceAround WhitespaceAround: '/' is not preceded with whitespace. 783
 Warning whitespace WhitespaceAround WhitespaceAround: '/' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 783
 Warning whitespace WhitespaceAround WhitespaceAround: '/' is not preceded with whitespace. 783
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 784
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 794
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 796
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 797
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 798
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 799
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 800
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 801
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 802
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 805
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 806
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 807
 Warning whitespace MethodParamPad '(' should be on the previous line. 808
 Warning whitespace WhitespaceAround WhitespaceAround: '/' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 808
 Warning whitespace WhitespaceAround WhitespaceAround: '/' is not preceded with whitespace. 808
 Warning whitespace WhitespaceAround WhitespaceAround: '/' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 808
 Warning whitespace WhitespaceAround WhitespaceAround: '/' is not preceded with whitespace. 808
 Warning whitespace WhitespaceAround WhitespaceAround: '/' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 809
 Warning whitespace WhitespaceAround WhitespaceAround: '/' is not preceded with whitespace. 809
 Warning whitespace WhitespaceAround WhitespaceAround: '/' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 809
 Warning whitespace WhitespaceAround WhitespaceAround: '/' is not preceded with whitespace. 809
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 810
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 820
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 822
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 823
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 824
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 825
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 826
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 827
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 828
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 829
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 830
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 843
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 845
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 846
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 847
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 848
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 849
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 850
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 851
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 852
 Warning whitespace OperatorWrap '&&' should be on a new line. 852
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 854
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 861
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 863
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 865
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 866
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 867
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 868
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 882
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 884
 Warning whitespace WhitespaceAround WhitespaceAround: '==' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 884
 Warning whitespace WhitespaceAround WhitespaceAround: '==' is not preceded with whitespace. 884
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 885
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 886
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 887
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 888
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 889
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 892
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 893
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 894
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 895
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 896
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 897
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 898
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 899
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 900
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 901
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 910
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 912
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 913
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 917
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 918
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 919
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 930
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 931
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 932
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 933
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 934
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 935
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 936
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 937
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 938
 Warning whitespace WhitespaceAround WhitespaceAround: '>' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 938
 Warning whitespace WhitespaceAround WhitespaceAround: '>' is not preceded with whitespace. 938
 Warning whitespace WhitespaceAround WhitespaceAround: '?' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 938
 Warning whitespace WhitespaceAround WhitespaceAround: '?' is not preceded with whitespace. 938
 Warning whitespace WhitespaceAround WhitespaceAround: ':' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 938
 Warning whitespace WhitespaceAround WhitespaceAround: ':' is not preceded with whitespace. 938
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 943
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 944
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 945
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 946
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 947
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 951
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 952
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 953
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 956
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 957
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 958
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 959

org/apache/commons/lang3/math/IEEE754rUtils.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning naming AbbreviationAsWordInName Abbreviation in name 'IEEE754rUtils' must contain no more than '1' consecutive capital letters. 27
 Warning indentation CommentsIndentation Block comment has incorrect indentation level 5, expected is 4, indentation should be the same level as line 37. 29
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 32
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 37
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 39
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 40
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 42
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 43
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 46
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 47
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 48
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 49
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 51
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 52
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 57
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 62
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 65
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 66
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 67
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 68
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 71
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 72
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 73
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 74
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 77
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 84
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 89
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 90
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 91
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 98
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 102
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 103
 Warning whitespace WhitespaceAfter 'if' is not followed by whitespace. 103
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 103
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 104
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 105
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 6. 106
 Warning whitespace WhitespaceAfter 'if' is not followed by whitespace. 106
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 106
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 8. 107
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 6. 108
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 8. 109
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 6. 110
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 111
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 123
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 124
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 125
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 136
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 137
 Warning whitespace WhitespaceAfter 'if' is not followed by whitespace. 137
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 137
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 138
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 139
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 6. 140
 Warning whitespace WhitespaceAfter 'if' is not followed by whitespace. 140
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 140
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 8. 141
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 6. 142
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 8. 143
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 6. 144
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 145
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 150
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 155
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 157
 Warning whitespace WhitespaceAround WhitespaceAround: '==' is not preceded with whitespace. 157
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 158
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 159
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 160
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 161
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 164
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 165
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 166
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 167
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 169
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 170
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 175
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 180
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 182
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 183
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 184
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 185
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 186
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 189
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 190
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 191
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 192
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 194
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 195
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 207
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 208
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 209
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 220
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 221
 Warning whitespace WhitespaceAfter 'if' is not followed by whitespace. 221
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 221
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 222
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 223
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 6. 224
 Warning whitespace WhitespaceAfter 'if' is not followed by whitespace. 224
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 224
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 8. 225
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 6. 226
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 8. 227
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 6. 228
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 229
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 241
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 242
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 243
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 254
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 255
 Warning whitespace WhitespaceAfter 'if' is not followed by whitespace. 255
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 255
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 256
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 257
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 6. 258
 Warning whitespace WhitespaceAfter 'if' is not followed by whitespace. 258
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 258
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 8. 259
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 6. 260
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 8. 261
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 6. 262
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 263

org/apache/commons/lang3/math/NumberUtils.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.lang3.StringUtils' 23
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 34
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 36
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 44
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 46
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 48
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 50
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 54
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 56
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 58
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 60
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 62
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 64
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 66
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 68
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 77
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 78
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 79
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 96
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 99
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 100
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 101
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 120
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 121
 Warning whitespace WhitespaceAfter 'if' is not followed by whitespace. 121
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 121
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 122
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 123
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 124
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 125
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 126
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 127
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 128
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 129
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 145
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 148
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 149
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 150
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 169
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 170
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 171
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 172
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 173
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 174
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 175
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 176
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 177
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 178
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 195
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 198
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 199
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 200
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 218
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 221
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 4. 222
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 6. 223
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 4. 224
 Warning indentation Indentation 'try' has incorrect indentation level 6, expected level should be 4. 225
 Warning indentation Indentation 'try' child has incorrect indentation level 10, expected level should be 6. 226
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 6, expected level should be 4. 227
 Warning indentation Indentation 'catch' child has incorrect indentation level 10, expected level should be 6. 228
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 6, expected level should be 4. 229
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 230
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 247
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 250
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 251
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 252
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 270
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 273
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 4. 274
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 6. 275
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 4. 276
 Warning indentation Indentation 'try' has incorrect indentation level 6, expected level should be 4. 277
 Warning indentation Indentation 'try' child has incorrect indentation level 10, expected level should be 6. 278
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 6, expected level should be 4. 279
 Warning indentation Indentation 'catch' child has incorrect indentation level 10, expected level should be 6. 280
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 6, expected level should be 4. 281
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 282
 Warning indentation CommentsIndentation Block comment has incorrect indentation level 5, expected is 4, indentation should be the same level as line 302. 285
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 299
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 302
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 303
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 304
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 323
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 324
 Warning whitespace WhitespaceAfter 'if' is not followed by whitespace. 324
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 324
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 325
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 326
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 327
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 328
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 329
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 330
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 331
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 332
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 348
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 351
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 352
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 353
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 372
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 373
 Warning whitespace WhitespaceAfter 'if' is not followed by whitespace. 373
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 373
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 374
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 375
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 376
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 377
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 378
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 379
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 380
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 381
 Warning sizes LineLength Line is longer than 100 characters (found 114). 422
 Warning sizes LineLength Line is longer than 100 characters (found 102). 437
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 450
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 451
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 452
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 453
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 454
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 455
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 456
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 458
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 459
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 460
 Warning whitespace WhitespaceAfter 'for' is not followed by whitespace. 460
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 460
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 461
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 462
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 463
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 464
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 465
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 466
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 467
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 468
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 469
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 470
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 471
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 472
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 473
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 474
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 475
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 476
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 477
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 478
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 479
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 480
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 481
 Warning sizes LineLength Line is longer than 100 characters (found 103). 483
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 485
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 486
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 488
 Warning sizes LineLength Line is longer than 100 characters (found 105). 489
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 489
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 490
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 491
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 492
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 493
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 494
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 495
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 496
 Warning sizes LineLength Line is longer than 100 characters (found 140). 497
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 497
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 498
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 499
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 500
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 501
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 502
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 503
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 504
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 505
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 506
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 507
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 508
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 509
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 510
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 511
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 512
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 513
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 514
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 516
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 517
 Warning indentation Indentation 'switch' has incorrect indentation level 12, expected level should be 6. 518
 Warning indentation Indentation 'case' child has incorrect indentation level 16, expected level should be 8. 519
 Warning whitespace NoWhitespaceBeforeCaseDefaultColon ':' is preceded with whitespace. 519
 Warning indentation Indentation 'case' child has incorrect indentation level 16, expected level should be 8. 520
 Warning whitespace NoWhitespaceBeforeCaseDefaultColon ':' is preceded with whitespace. 520
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 521
 Warning sizes LineLength Line is longer than 100 characters (found 111). 523
 Warning indentation Indentation 'try' has incorrect indentation level 24, expected level should be 12. 524
 Warning indentation Indentation 'try' child has incorrect indentation level 28, expected level should be 14. 525
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 24, expected level should be 12. 526
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 24, expected level should be 12. 528
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 529
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 531
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 532
 Warning indentation Indentation 'case' child has incorrect indentation level 16, expected level should be 8. 533
 Warning whitespace NoWhitespaceBeforeCaseDefaultColon ':' is preceded with whitespace. 533
 Warning indentation Indentation 'case' child has incorrect indentation level 16, expected level should be 8. 534
 Warning whitespace NoWhitespaceBeforeCaseDefaultColon ':' is preceded with whitespace. 534
 Warning indentation Indentation 'try' has incorrect indentation level 20, expected level should be 10. 535
 Warning indentation Indentation 'try' child has incorrect indentation level 24, expected level should be 12. 536
 Warning indentation Indentation 'if' has incorrect indentation level 24, expected level should be 12. 537
 Warning indentation Indentation 'if' child has incorrect indentation level 28, expected level should be 14. 540
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 24, expected level should be 12. 541
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 20, expected level should be 10. 543
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 20, expected level should be 10. 545
 Warning indentation Indentation 'case' child has incorrect indentation level 16, expected level should be 8. 547
 Warning coding FallThrough Fall through from previous branch of the switch statement. 547
 Warning whitespace NoWhitespaceBeforeCaseDefaultColon ':' is preceded with whitespace. 547
 Warning indentation Indentation 'case' child has incorrect indentation level 16, expected level should be 8. 548
 Warning whitespace NoWhitespaceBeforeCaseDefaultColon ':' is preceded with whitespace. 548
 Warning indentation Indentation 'try' has incorrect indentation level 20, expected level should be 10. 549
 Warning indentation Indentation 'try' child has incorrect indentation level 24, expected level should be 12. 550
 Warning indentation Indentation 'if' has incorrect indentation level 24, expected level should be 12. 551
 Warning indentation Indentation 'if' child has incorrect indentation level 28, expected level should be 14. 552
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 24, expected level should be 12. 553
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 20, expected level should be 10. 554
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 20, expected level should be 10. 556
 Warning indentation Indentation 'try' has incorrect indentation level 20, expected level should be 10. 557
 Warning indentation Indentation 'try' child has incorrect indentation level 24, expected level should be 12. 558
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 20, expected level should be 10. 559
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 20, expected level should be 10. 561
 Warning indentation Indentation 'case' child has incorrect indentation level 16, expected level should be 8. 563
 Warning coding FallThrough Fall through from previous branch of the switch statement. 563
 Warning whitespace NoWhitespaceBeforeCaseDefaultColon ':' is preceded with whitespace. 563
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 564
 Warning indentation Indentation 'switch rcurly' has incorrect indentation level 12, expected level should be 6. 566
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 567
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 570
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 571
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 572
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 573
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 574
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 575
 Warning indentation Indentation 'try' has incorrect indentation level 12, expected level should be 6. 577
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 578
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 12, expected level should be 6. 579
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 12, expected level should be 6. 581
 Warning indentation Indentation 'try' has incorrect indentation level 12, expected level should be 6. 582
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 583
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 12, expected level should be 6. 584
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 12, expected level should be 6. 586
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 587
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 588
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 591
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 592
 Warning sizes LineLength Line is longer than 100 characters (found 111). 593
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 593
 Warning whitespace WhitespaceAfter 'if' is not followed by whitespace. 593
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 593
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 593
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 593
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 594
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 595
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 596
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 597
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 598
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 599
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 601
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 602
 Warning sizes LineLength Line is longer than 100 characters (found 119). 603
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 603
 Warning whitespace WhitespaceAfter 'if' is not followed by whitespace. 603
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 603
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 603
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 603
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 604
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 605
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 606
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 607
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 608
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 609
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 611
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 613
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 614
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 621
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 624
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 625
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 626
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 627
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 628
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 629
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 630
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 631
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 632
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 633
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 634
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 642
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 646
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 647
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 648
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 649
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 650
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 651
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 662
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 663
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 664
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 665
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 666
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 667
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 675
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 679
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 680
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 681
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 682
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 684
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 685
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 697
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 698
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 699
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 700
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 701
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 702
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 710
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 714
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 715
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 716
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 717
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 718
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 719
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 720
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 721
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 722
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 723
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 724
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 725
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 726
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 727
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 728
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 729
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 730
 Warning whitespace NoWhitespaceBefore '++' is preceded with whitespace. 730
 Warning sizes LineLength Line is longer than 100 characters (found 121). 731
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 731
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 732
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 733
 Warning whitespace NoWhitespaceBefore '++' is preceded with whitespace. 733
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 734
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 736
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 737
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 738
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 749
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 750
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 751
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 752
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 754
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 755
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 756
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 757
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 762
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 763
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 764
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 765
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 772
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 777
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 779
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 782
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 783
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 784
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 785
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 786
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 787
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 789
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 790
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 795
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 800
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 802
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 805
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 806
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 807
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 808
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 809
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 810
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 812
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 813
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 818
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 823
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 825
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 828
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 829
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 830
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 831
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 832
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 833
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 835
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 836
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 841
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 846
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 848
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 851
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 852
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 853
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 854
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 855
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 856
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 858
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 859
 Warning indentation CommentsIndentation Block comment has incorrect indentation level 5, expected is 4, indentation should be the same level as line 870. 861
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 864
 Warning sizes LineLength Line is longer than 100 characters (found 111). 868
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 870
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 872
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 875
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 876
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 877
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 878
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 879
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 880
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 881
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 882
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 883
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 885
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 886
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 891
 Warning sizes LineLength Line is longer than 100 characters (found 110). 895
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 897
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 899
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 902
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 903
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 904
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 905
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 906
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 907
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 908
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 909
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 910
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 912
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 913
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 920
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 925
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 927
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 930
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 931
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 932
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 933
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 934
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 935
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 937
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 938
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 943
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 948
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 950
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 953
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 954
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 955
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 956
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 957
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 958
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 960
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 961
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 966
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 971
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 973
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 976
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 977
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 978
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 979
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 980
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 981
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 983
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 984
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 989
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 994
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 996
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 999
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 1000
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 1001
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1002
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1003
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 1004
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1006
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1007
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 1012
 Warning sizes LineLength Line is longer than 100 characters (found 111). 1016
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1018
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1020
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1023
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 1024
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 1025
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1026
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1027
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 1028
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1029
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1030
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 1031
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1033
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1034
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 1039
 Warning sizes LineLength Line is longer than 100 characters (found 110). 1043
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1045
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1047
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1050
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 1051
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 1052
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1053
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1054
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 1055
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1056
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1057
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 1058
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1060
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1061
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1069
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1070
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1071
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1072
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1073
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1074
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1075
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 1082
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1087
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '897'. 1087
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1088
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1089
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1090
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1091
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1092
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1093
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1094
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1095
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 1100
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1105
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1106
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1107
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1108
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1109
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1110
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1111
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1112
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1113
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 1118
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1123
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1124
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1125
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1126
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1127
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1128
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1129
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1130
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1131
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 1136
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1141
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1142
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1143
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1144
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1145
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1146
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1147
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1148
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1149
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 1157
 Warning sizes LineLength Line is longer than 100 characters (found 111). 1161
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1163
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1164
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1165
 Warning sizes LineLength Line is longer than 100 characters (found 108). 1177
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1179
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1180
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1181
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 1188
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1193
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '1,045'. 1193
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1194
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1195
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1196
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1197
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1198
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1199
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1200
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1201
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 1206
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1211
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1212
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1213
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1214
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1215
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1216
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1217
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1218
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1219
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 1224
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1229
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1230
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1231
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1232
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1233
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1234
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1235
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1236
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1237
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 1242
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1247
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1248
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1249
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1250
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1251
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1252
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1253
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1254
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1255
 Warning sizes LineLength Line is longer than 100 characters (found 111). 1267
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1269
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1270
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1271
 Warning sizes LineLength Line is longer than 100 characters (found 108). 1283
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1285
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1286
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1287
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1300
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1301
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1302
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1303
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 1304
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 1305
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1306
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1307
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 1308
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1309
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1310
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1325
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1326
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1327
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1328
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1329
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1330
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1331
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1332
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1333
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1334
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1336
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1337
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1338
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 1339
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1340
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1341
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 1343
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 1344
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 1347
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 1348
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 1349
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1350
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1351
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1352
 Warning indentation CommentsIndentation Comment has incorrect indentation level 14, expected is 8, indentation should be the same level as line 1,354. 1353
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1354
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 1357
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 1358
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1359
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1360
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1362
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 1363
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 1365
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 1366
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1367
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1368
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 1370
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 1372
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 1373
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 1374
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 1375
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 1376
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1377
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1378
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1379
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 1380
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 1381
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 1382
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1383
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1384
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1385
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 1386
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 1387
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 1388
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 1389
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1390
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 1391
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1393
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1394
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 1395
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1397
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1398
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 1399
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 1400
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 1402
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 1403
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1405
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1406
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 1407
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1412
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1413
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 1414
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1417
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1418
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1420
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1421
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1424
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1425

org/apache/commons/lang3/mutable/Mutable.java

Severity Category Rule Message Line
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 22
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 22
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 24
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 24
 Warning sizes LineLength Line is longer than 100 characters (found 112). 25
 Warning sizes LineLength Line is longer than 100 characters (found 120). 26
 Warning sizes LineLength Line is longer than 100 characters (found 106). 27
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 29
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 38
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 45
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 52

org/apache/commons/lang3/mutable/MutableBoolean.java

Severity Category Rule Message Line
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 24
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 24
 Warning sizes LineLength Line is longer than 100 characters (found 115). 25
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@see' should be preceded with an empty line. 27
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@see' should be preceded with an empty line. 36
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 41
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 46
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 47
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 48
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 53
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 55
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 56
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 58
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 63
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 66
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 67
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 68
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 69
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 75
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 77
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 79
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 80
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 85
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 87
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 88
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 89
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 94
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 97
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 99
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 100
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 106
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 109
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 110
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 111
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 116
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 119
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 120
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 121
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 127
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 129
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 130
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 131
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 140
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 141
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 142
 Warning sizes LineLength Line is longer than 100 characters (found 115). 146
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 150
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 153
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 155
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 156
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 157
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 158
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 159
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 164
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 166
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 168
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 169
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 175
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 177
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 179
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 181
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 182
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 183
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 189
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 191
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 193
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 194

org/apache/commons/lang3/mutable/MutableByte.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 21
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 21
 Warning sizes LineLength Line is longer than 100 characters (found 106). 22
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@see' should be preceded with an empty line. 24
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@see' should be preceded with an empty line. 33
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 35
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 45
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 50
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 55
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 60
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 63
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 66
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 71
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 75
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 78
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 84
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 86
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 88
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 89
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 94
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 96
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 97
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 98
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 103
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 106
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 108
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 109
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 117
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 118
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 119
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 126
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 127
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 128
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 134
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 137
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 138
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 139
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 144
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 148
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 149
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 150
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 155
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 158
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 159
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 160
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 165
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 169
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 170
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 171
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 180
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 182
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 183
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 190
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 192
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 193
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 200
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 202
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 203
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 210
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 212
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 213
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 220
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 222
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 223
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 231
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 232
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 233
 Warning sizes LineLength Line is longer than 100 characters (found 115). 237
 Warning sizes LineLength Line is longer than 100 characters (found 116). 238
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 241
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 244
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 246
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 247
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 248
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 249
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 250
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 255
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 257
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 259
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 260
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 266
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 269
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 271
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 272
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 273
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 279
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 281
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 283
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 284

org/apache/commons/lang3/mutable/MutableDouble.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 21
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 21
 Warning sizes LineLength Line is longer than 100 characters (found 112). 22
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@see' should be preceded with an empty line. 24
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@see' should be preceded with an empty line. 33
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 35
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 45
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 50
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 55
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 60
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 63
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 66
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 71
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 75
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 78
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 84
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 86
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 88
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 89
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 94
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 96
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 97
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 98
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 103
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 106
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 108
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 109
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 115
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 117
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 118
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 119
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 124
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 126
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 127
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 128
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 136
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 137
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 138
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 145
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 146
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 147
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 153
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 156
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 157
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 158
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 163
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 167
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 168
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 169
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 174
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 177
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 178
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 179
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 184
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 188
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 189
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 190
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 199
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 201
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 202
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 209
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 211
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 212
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 219
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 221
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 222
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 229
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 231
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 232
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 240
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 241
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 242
 Warning sizes LineLength Line is longer than 100 characters (found 117). 246
 Warning sizes LineLength Line is longer than 100 characters (found 115). 247
 Warning sizes LineLength Line is longer than 100 characters (found 101). 248
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 251
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 251
 Warning sizes LineLength Line is longer than 100 characters (found 115). 252
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 260
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 260
 Warning sizes LineLength Line is longer than 100 characters (found 112). 264
 Warning sizes LineLength Line is longer than 100 characters (found 110). 266
 Warning sizes LineLength Line is longer than 100 characters (found 107). 268
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 271
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 274
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 276
 Warning sizes LineLength Line is longer than 100 characters (found 102). 277
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 278
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 283
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 285
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 287
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 288
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 289
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 295
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 298
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 300
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 301
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 302
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 308
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 310
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 312
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 313

org/apache/commons/lang3/mutable/MutableFloat.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 21
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 21
 Warning sizes LineLength Line is longer than 100 characters (found 109). 22
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@see' should be preceded with an empty line. 24
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@see' should be preceded with an empty line. 33
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 35
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 45
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 50
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 55
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 60
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 63
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 66
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 71
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 75
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 78
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 84
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 86
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 88
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 89
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 94
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 96
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 97
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 98
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 103
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 106
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 108
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 109
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 115
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 117
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 118
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 119
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 124
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 126
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 127
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 128
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 136
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 137
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 138
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 145
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 146
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 147
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 153
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 156
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 157
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 158
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 163
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 167
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 168
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 169
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 174
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 177
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 178
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 179
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 184
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 188
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 189
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 190
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 199
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 201
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 202
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 209
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 211
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 212
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 219
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 221
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 222
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 229
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 231
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 232
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 240
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 241
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 242
 Warning sizes LineLength Line is longer than 100 characters (found 117). 246
 Warning sizes LineLength Line is longer than 100 characters (found 113). 247
 Warning sizes LineLength Line is longer than 100 characters (found 110). 248
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 251
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 251
 Warning sizes LineLength Line is longer than 100 characters (found 114). 252
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 260
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 260
 Warning sizes LineLength Line is longer than 100 characters (found 110). 264
 Warning sizes LineLength Line is longer than 100 characters (found 112). 266
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 272
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 276
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 278
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 280
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 285
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 287
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 289
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 290
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 296
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 299
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 301
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 302
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 303
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 309
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 311
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 313
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 314

org/apache/commons/lang3/mutable/MutableInt.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 21
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 21
 Warning sizes LineLength Line is longer than 100 characters (found 112). 22
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@see' should be preceded with an empty line. 24
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@see' should be preceded with an empty line. 33
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 35
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 45
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 50
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 55
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 60
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 63
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 66
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 71
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 75
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 78
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 84
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 86
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 88
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 89
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 94
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 96
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 97
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 98
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 103
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 106
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 108
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 109
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 117
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 118
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 119
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 126
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 127
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 128
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 134
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 137
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 138
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 139
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 144
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 148
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 149
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 150
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 155
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 158
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 159
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 160
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 165
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 169
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 170
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 171
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 180
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 182
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 183
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 190
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 192
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 193
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 200
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 202
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 203
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 210
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 212
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 213
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 221
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 222
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 223
 Warning sizes LineLength Line is longer than 100 characters (found 115). 227
 Warning sizes LineLength Line is longer than 100 characters (found 114). 228
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 231
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 234
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 236
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 237
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 238
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 239
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 240
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 245
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 247
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 249
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 250
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 256
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 259
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 261
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 262
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 263
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 269
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 271
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 273
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 274

org/apache/commons/lang3/mutable/MutableLong.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 21
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 21
 Warning sizes LineLength Line is longer than 100 characters (found 106). 22
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@see' should be preceded with an empty line. 24
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@see' should be preceded with an empty line. 33
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 35
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 45
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 50
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 55
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 60
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 63
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 66
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 71
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 75
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 78
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 84
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 86
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 88
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 89
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 94
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 96
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 97
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 98
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 103
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 106
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 108
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 109
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 117
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 118
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 119
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 126
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 127
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 128
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 134
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 137
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 138
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 139
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 144
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 148
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 149
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 150
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 155
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 158
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 159
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 160
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 165
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 169
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 170
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 171
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 180
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 182
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 183
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 190
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 192
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 193
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 200
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 202
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 203
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 210
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 212
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 213
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 221
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 222
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 223
 Warning sizes LineLength Line is longer than 100 characters (found 112). 227
 Warning sizes LineLength Line is longer than 100 characters (found 113). 228
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 231
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 234
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 236
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 237
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 238
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 239
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 240
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 245
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 247
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 249
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 250
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 256
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 259
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 261
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 262
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 263
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 269
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 271
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 273
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 274

org/apache/commons/lang3/mutable/MutableObject.java

Severity Category Rule Message Line
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 25
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@see' should be preceded with an empty line. 34
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 36
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 39
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 44
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 46
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 51
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 53
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 56
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 62
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 64
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 66
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 67
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 72
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 74
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 77
 Warning sizes LineLength Line is longer than 100 characters (found 117). 82
 Warning sizes LineLength Line is longer than 100 characters (found 112). 83
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 87
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 92
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 94
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 95
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 96
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 97
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 98
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 99
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 100
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 101
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 102
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 103
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 104
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 105
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 106
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 111
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 113
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 115
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 116
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 122
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 124
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 126
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 127

org/apache/commons/lang3/mutable/MutableShort.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 21
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 21
 Warning sizes LineLength Line is longer than 100 characters (found 109). 22
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@see' should be preceded with an empty line. 24
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@see' should be preceded with an empty line. 33
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 35
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 45
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 50
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 55
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 60
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 63
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 66
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 71
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 75
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 78
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 84
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 86
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 88
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 89
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 94
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 96
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 97
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 98
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 103
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 106
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 108
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 109
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 117
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 118
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 119
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 126
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 127
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 128
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 134
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 137
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 138
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 139
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 144
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 148
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 149
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 150
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 155
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 158
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 159
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 160
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 165
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 169
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 170
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 171
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 180
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 182
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 183
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 190
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 192
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 193
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 200
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 202
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 203
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 210
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 212
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 213
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 220
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 222
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 223
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 231
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 232
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 233
 Warning sizes LineLength Line is longer than 100 characters (found 112). 237
 Warning sizes LineLength Line is longer than 100 characters (found 115). 238
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 241
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 244
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 246
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 247
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 248
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 249
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 250
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 255
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 257
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 259
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 260
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 266
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 269
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 271
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 272
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 273
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 279
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 281
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 283
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 284

org/apache/commons/lang3/reflect/ConstructorUtils.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.lang3.ArrayUtils' 23
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 56
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 58
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 78
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 81
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 82
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 84
 Warning misc ArrayTypeStyle Array brackets at illegal position. 84
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 85
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 86
 Warning sizes LineLength Line is longer than 100 characters (found 103). 107
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 107
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 110
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 111
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 112
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 113
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 114
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 115
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 116
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 117
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 118
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 120
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 121
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 122
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 142
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 145
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 146
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 147
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 148
 Warning misc ArrayTypeStyle Array brackets at illegal position. 148
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 149
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 150
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 171
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 174
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 175
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 176
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 177
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 178
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 179
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 180
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 181
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 182
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not preceded with whitespace. 183
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 184
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 185
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 186
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 202
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 204
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 205
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 206
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 207
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 208
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 209
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 221
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 222
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 224
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 243
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 247
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 248
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 249
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 250
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 251
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 252
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 253
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 258
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 261
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 263
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 265
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 266
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 267
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 268
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 272
 Warning indentation Indentation 'Constructor' has incorrect indentation level 24, expected level should be 28. 274
 Warning whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 274
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 275
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 276
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 277
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 278
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 279
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 280
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 281

org/apache/commons/lang3/reflect/FieldUtils.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.lang3.ClassUtils' 24
 Warning sizes LineLength Line is longer than 100 characters (found 117). 27
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 29
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 29
 Warning sizes LineLength Line is longer than 100 characters (found 113). 30
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@since' should be preceded with an empty line. 33
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 40
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 40
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 44
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 45
 Warning sizes LineLength Line is longer than 100 characters (found 114). 48
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 50
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 58
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 59
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 61
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 62
 Warning sizes LineLength Line is longer than 100 characters (found 113). 65
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 68
 Warning sizes LineLength Line is longer than 100 characters (found 117). 73
 Warning sizes LineLength Line is longer than 100 characters (found 105). 79
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 79
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 80
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 81
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 82
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 84
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 85
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 100
 Warning indentation Indentation 'try' has incorrect indentation level 12, expected level should be 6. 101
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 102
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 105
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 106
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 107
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 108
 Warning indentation Indentation 'else' child has incorrect indentation level 24, expected level should be 12. 109
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 20, expected level should be 10. 110
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 111
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 112
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 12, expected level should be 6. 113
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 12, expected level should be 6. 115
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 116
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 120
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 121
 Warning indentation Indentation 'try' has incorrect indentation level 12, expected level should be 6. 122
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 123
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 124
 Warning sizes LineLength Line is longer than 100 characters (found 127). 125
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 125
 Warning whitespace OperatorWrap '+' should be on a new line. 125
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 127
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 128
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 12, expected level should be 6. 129
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 12, expected level should be 6. 131
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 132
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 133
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 134
 Warning sizes LineLength Line is longer than 100 characters (found 115). 137
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 139
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 147
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 148
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 149
 Warning sizes LineLength Line is longer than 100 characters (found 114). 152
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 155
 Warning sizes LineLength Line is longer than 100 characters (found 114). 160
 Warning sizes LineLength Line is longer than 100 characters (found 113). 166
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 166
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 167
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 168
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 169
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 170
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 171
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 172
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 173
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 175
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 176
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 177
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 178
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 179
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 180
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 181
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 182
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 183
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 184
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 186
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 187
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 188
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 193
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 198
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 199
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 200
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 201
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 206
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 211
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 212
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 213
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 214
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 215
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 216
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 217
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 218
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 219
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 220
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 221
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 222
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 223
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 224
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 225
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 230
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 238
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 239
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 240
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 245
 Warning sizes LineLength Line is longer than 100 characters (found 118). 255
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 255
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 256
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 257
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 258
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 259
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 260
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 261
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 262
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 263
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 268
 Warning sizes LineLength Line is longer than 100 characters (found 116). 278
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 278
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 279
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 280
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 285
 Warning sizes LineLength Line is longer than 100 characters (found 117). 290
 Warning sizes LineLength Line is longer than 100 characters (found 143). 298
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 298
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 299
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 300
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 301
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 302
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 304
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 305
 Warning sizes LineLength Line is longer than 100 characters (found 112). 308
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 310
 Warning sizes LineLength Line is longer than 100 characters (found 124). 320
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 320
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 321
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 322
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 327
 Warning sizes LineLength Line is longer than 100 characters (found 117). 332
 Warning sizes LineLength Line is longer than 100 characters (found 151). 340
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 340
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 341
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 342
 Warning sizes LineLength Line is longer than 100 characters (found 114). 343
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 343
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 344
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 346
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 347
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 352
 Warning sizes LineLength Line is longer than 100 characters (found 106). 362
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 362
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 363
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 364
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 369
 Warning sizes LineLength Line is longer than 100 characters (found 133). 381
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 381
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 382
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 383
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 384
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 385
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 386
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 387
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 388
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 389
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 390
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 391
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 396
 Warning sizes LineLength Line is longer than 100 characters (found 111). 406
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 406
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 407
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 408
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 413
 Warning sizes LineLength Line is longer than 100 characters (found 117). 418
 Warning sizes LineLength Line is longer than 100 characters (found 138). 426
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 426
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 427
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 428
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 429
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 430
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 431
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 432
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 433
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 434
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 436
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 437
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 442
 Warning sizes LineLength Line is longer than 100 characters (found 119). 452
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 452
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 453
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 454
 Warning javadoc AtclauseOrder Javadoc comment at column 10 has parse error. Details: no viable alternative at input '<p<' while parsing HTML_ELEMENT 457
 Warning sizes LineLength Line is longer than 100 characters (found 117). 464
 Warning sizes LineLength Line is longer than 100 characters (found 146). 472
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 472
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 473
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 474
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 475
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 476
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 477
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 478
 Warning sizes LineLength Line is longer than 100 characters (found 114). 479
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 479
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 480
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 482
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 483
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 488
 Warning sizes LineLength Line is longer than 100 characters (found 110). 497
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 497
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 498
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 499
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 504
 Warning sizes LineLength Line is longer than 100 characters (found 117). 509
 Warning sizes LineLength Line is longer than 100 characters (found 137). 516
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 516
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 517
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 518
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 519
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 520
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 521
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 522
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 523
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 524
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 529
 Warning sizes LineLength Line is longer than 100 characters (found 135). 540
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 540
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 541
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 542
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 547
 Warning sizes LineLength Line is longer than 100 characters (found 117). 554
 Warning sizes LineLength Line is longer than 100 characters (found 130). 561
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 561
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 563
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 564
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 565
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 566
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 568
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 569
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 574
 Warning sizes LineLength Line is longer than 100 characters (found 143). 585
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 585
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 586
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 587
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 592
 Warning sizes LineLength Line is longer than 100 characters (found 117). 599
 Warning sizes LineLength Line is longer than 100 characters (found 138). 606
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 606
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 608
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 609
 Warning sizes LineLength Line is longer than 100 characters (found 114). 610
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 610
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 611
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 613
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 614
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 619
 Warning sizes LineLength Line is longer than 100 characters (found 125). 630
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 630
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 631
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 632
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 637
 Warning sizes LineLength Line is longer than 100 characters (found 117). 644
 Warning sizes LineLength Line is longer than 100 characters (found 120). 651
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 651
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 653
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 654
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 655
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 656
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 657
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 658
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 659
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 660
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 661
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 662
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 667
 Warning sizes LineLength Line is longer than 100 characters (found 130). 678
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 678
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 679
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 680
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 685
 Warning sizes LineLength Line is longer than 100 characters (found 117). 692
 Warning sizes LineLength Line is longer than 100 characters (found 125). 699
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 699
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 701
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 702
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 703
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 704
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 705
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 706
 Warning sizes LineLength Line is longer than 100 characters (found 114). 707
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 707
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 708
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 710
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 711
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 716
 Warning sizes LineLength Line is longer than 100 characters (found 138). 727
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 727
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 728
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 729
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 734
 Warning sizes LineLength Line is longer than 100 characters (found 117). 741
 Warning sizes LineLength Line is longer than 100 characters (found 133). 748
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 748
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 750
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 751
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 752
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 753
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 754
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 755
 Warning sizes LineLength Line is longer than 100 characters (found 114). 756
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 756
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 757
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 759
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 760

org/apache/commons/lang3/reflect/MemberUtils.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.lang3.ClassUtils' 23
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 36
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 38
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 39
 Warning indentation Indentation 'array initialization' child has incorrect indentation level 12, expected level should be one of the following: 6, 8, 64, 66. 40
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 44
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 52
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 54
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 56
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 59
 Warning indentation Indentation 'try' has incorrect indentation level 12, expected level should be 6. 61
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 62
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 12, expected level should be 6. 63
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 12, expected level should be 6. 65
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 66
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 67
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 71
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 74
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 76
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 80
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 83
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 84
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 85
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 96
 Warning sizes LineLength Line is longer than 100 characters (found 110). 99
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 99
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 100
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 101
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 102
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 103
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 108
 Warning sizes LineLength Line is longer than 100 characters (found 106). 112
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 112
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 113
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 114
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 115
 Warning coding MultipleVariableDeclarations Each variable declaration must be in its own statement. 115
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 116
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 117
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 118
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 119
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 120
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 121
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 127
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 131
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 132
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 133
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 134
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 135
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 136
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 137
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 143
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 144
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 145
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 146
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 147
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 148
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 153
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 154
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 155
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 156
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 157
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 162
 Warning sizes LineLength Line is longer than 100 characters (found 103). 166
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 166
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 167
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 168
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 169
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 171
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 172
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 173
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 174
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 175
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 176
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 177
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 178
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 179
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 180
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 181
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 182
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 183

org/apache/commons/lang3/reflect/MethodUtils.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.lang3.ArrayUtils' 23
 Warning sizes LineLength Line is longer than 100 characters (found 115). 34
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 57
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 59
 Warning sizes LineLength Line is longer than 100 characters (found 118). 64
 Warning sizes LineLength Line is longer than 100 characters (found 101). 71
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 83
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 86
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 87
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 88
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 89
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 90
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 91
 Warning sizes LineLength Line is longer than 100 characters (found 118). 96
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 112
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 116
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 117
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 118
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 119
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 120
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 121
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 122
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 124
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 125
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 128
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 129
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 130
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 146
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 148
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 150
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 153
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 154
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 155
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 156
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 157
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 158
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 175
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 177
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 179
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 183
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 184
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 185
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 186
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 187
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 188
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 189
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 191
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 192
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 195
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 196
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 197
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 214
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 216
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 218
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 222
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 223
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 224
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 225
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 226
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 227
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 228
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 229
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 230
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 232
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 233
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 234
 Warning sizes LineLength Line is longer than 100 characters (found 118). 239
 Warning sizes LineLength Line is longer than 100 characters (found 110). 246
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 256
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 258
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 260
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 263
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 264
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 265
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 266
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 267
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 268
 Warning sizes LineLength Line is longer than 100 characters (found 118). 273
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 288
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 290
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 292
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 296
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 297
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 298
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 299
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 300
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 301
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 302
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 304
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 305
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 307
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 308
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 309
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 325
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 327
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 329
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '218'. 329
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 332
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 333
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 334
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 335
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 336
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 337
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 351
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 353
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 354
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 356
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 357
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 358
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 359
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 369
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 370
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 371
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 372
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 374
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 375
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 376
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 377
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 378
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 379
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 382
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 386
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 387
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 389
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 390
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 391
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 403
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 405
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 406
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 407
 Warning indentation Indentation 'try' has incorrect indentation level 16, expected level should be 8. 408
 Warning indentation Indentation 'try' child has incorrect indentation level 20, expected level should be 10. 409
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 16, expected level should be 8. 410
 Warning indentation Indentation 'catch' child has incorrect indentation level 20, expected level should be 10. 411
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 16, expected level should be 8. 412
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 413
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 414
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 415
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 416
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 417
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 434
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 436
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 439
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 442
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 443
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 445
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 446
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 447
 Warning indentation Indentation 'try' has incorrect indentation level 16, expected level should be 8. 449
 Warning indentation Indentation 'try' child has incorrect indentation level 20, expected level should be 10. 450
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 16, expected level should be 8. 452
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 16, expected level should be 8. 457
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 458
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 459
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 460
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 462
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 464
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 465
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 466
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 467
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 468
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 469
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 470
 Warning javadoc JavadocParagraph Redundant <p> tag. 473
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 477
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 477
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 492
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 494
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 495
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 496
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 497
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 498
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 499
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 501
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 502
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 503
 Warning sizes LineLength Line is longer than 100 characters (found 131). 505
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 505
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 507
 Warning sizes LineLength Line is longer than 100 characters (found 104). 508
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 508
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 10. 512
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 17, expected level should be 8. 513
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 514
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 515
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 516
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 517
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 518
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 519
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 520

org/apache/commons/lang3/reflect/TypeUtils.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.lang3.ClassUtils' 32
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 50
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 51
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 64
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 66
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 77
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 79
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 80
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 81
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 84
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 85
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 87
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 88
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 89
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 91
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 92
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 93
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 96
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 97
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 98
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 101
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 102
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 112
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 113
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 115
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 116
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 120
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 121
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 122
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 125
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 126
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 127
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 129
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 131
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 132
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 134
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 136
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 137
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 140
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 143
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 144
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 145
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 146
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 147
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 149
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 150
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 154
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 155
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 159
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 163
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 164
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 165
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 167
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 168
 Warning sizes LineLength Line is longer than 100 characters (found 101). 179
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 179
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 181
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 182
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 183
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 187
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 188
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 189
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 192
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 193
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 194
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 197
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 200
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 203
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 204
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 205
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 210
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 211
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 212
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 215
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 219
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 220
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 221
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 226
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 230
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 231
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 232
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 234
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 235
 Warning sizes LineLength Line is longer than 100 characters (found 121). 237
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 237
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 238
 Warning indentation Indentation 'do..while' has incorrect indentation level 8, expected level should be 4. 239
 Warning indentation Indentation 'do..while' child has incorrect indentation level 12, expected level should be 6. 240
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 241
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 242
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 243
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 244
 Warning indentation Indentation 'do..while' child has incorrect indentation level 12, expected level should be 6. 245
 Warning indentation Indentation 'do..while rcurly' has incorrect indentation level 8, expected level should be 4. 246
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 247
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 248
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 258
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 260
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '179'. 260
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 262
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 263
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 264
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 268
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 269
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 270
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 273
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 274
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 275
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 277
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 279
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 280
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 283
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 285
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 287
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 289
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 291
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 293
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 295
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 296
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 297
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 298
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 299
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 301
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 302
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 304
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 307
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 308
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 309
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 310
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 311
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 313
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 314
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 316
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 320
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 321
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 323
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 324
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 334
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 336
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 338
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 339
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 340
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 344
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 345
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 346
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 349
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 350
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 351
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 353
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 354
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 356
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 357
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 358
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 359
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 361
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 364
 Warning indentation Indentation 'for' has incorrect indentation level 16, expected level should be 8. 369
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 370
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 371
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 372
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 16, expected level should be 8. 373
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 374
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 376
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 379
 Warning indentation Indentation 'for' has incorrect indentation level 16, expected level should be 8. 384
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 385
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 386
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 387
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 16, expected level should be 8. 388
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 389
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 391
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 392
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 394
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 397
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 399
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 400
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 401
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 403
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 406
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 408
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 409
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 410
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 412
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 413
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 423
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 425
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 427
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 428
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 429
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 433
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 434
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 435
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 438
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 439
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 440
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 442
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 446
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 448
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 449
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 450
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 451
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 452
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 453
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 455
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 457
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 458
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 460
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 461
 Warning javadoc SummaryJavadoc Summary javadoc is missing. 463
 Warning sizes LineLength Line is longer than 100 characters (found 115). 471
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 471
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 472
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 473
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 475
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 476
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 478
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 480
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 481
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 483
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 484
 Warning javadoc AtclauseOrder Javadoc comment at column 15 has parse error. Details: no viable alternative at input '<K,' while parsing HTML_ELEMENT 489
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 497
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 498
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 499
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 502
 Warning javadoc JavadocParagraph Redundant <p> tag. 502
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 526
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 528
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 530
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 531
 Warning sizes LineLength Line is longer than 100 characters (found 104). 533
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 533
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 534
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 535
 Warning sizes LineLength Line is longer than 100 characters (found 111). 538
 Warning sizes LineLength Line is longer than 100 characters (found 103). 545
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 545
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 547
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 548
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 549
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 551
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 552
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 553
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 555
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 556
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 558
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 562
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 563
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 565
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 566
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 567
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 568
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 570
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 571
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 574
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 575
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 577
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 578
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 579
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 580
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 582
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 583
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 586
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 587
 Warning sizes LineLength Line is longer than 100 characters (found 114). 590
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 597
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 600
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 603
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 604
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 605
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 607
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 608
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 610
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 612
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 613
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 615
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 617
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 619
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 622
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 624
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 627
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 628
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 629
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 631
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 633
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 635
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 636
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 639
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 640
 Warning sizes LineLength Line is longer than 100 characters (found 101). 643
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 650
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 653
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 654
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 655
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 658
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 660
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 663
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 664
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 667
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 668
 Warning sizes LineLength Line is longer than 100 characters (found 126). 671
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 671
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 675
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 676
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 677
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 680
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 681
 Warning javadoc AtclauseOrder Javadoc comment at column 19 has parse error. Details: no viable alternative at input '<Integer,' while parsing HTML_ELEMENT 699
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 710
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 712
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 715
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 716
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 717
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 719
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 720
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 721
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 724
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 727
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 728
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 729
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 731
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 732
 Warning sizes LineLength Line is longer than 100 characters (found 102). 735
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 735
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 737
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 739
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 740
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 750
 Warning sizes LineLength Line is longer than 100 characters (found 105). 751
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 753
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 755
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 757
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 758
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 764
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 768
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 771
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 774
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 775
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 776
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 779
 Warning indentation CommentsIndentation Comment has incorrect indentation level 12, expected is 20, indentation should be the same level as line 782. 780
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 784
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 785
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 786
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 787
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 797
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 799
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 801
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 803
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 806
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 807
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 809
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 810
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 811
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 812
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 813
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 814
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 816
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 820
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 822
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 823
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 824
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 827
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 828
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 829
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 830
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 834
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 835
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 845
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 846
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 847
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 848
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 850
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 852
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 871
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 873
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 875
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 877
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 878
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 879
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 881
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 883
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 884
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 886
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 887
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 888
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 889
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 890
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 891
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 893
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 894
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 895
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 896
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 898
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 899
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 910
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 911
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 913
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 914
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 924
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 926
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 927
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 929
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 930
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 939
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 941
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 942
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 944
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 945
 Warning javadoc AtclauseOrder Javadoc comment at column 16 has parse error. Details: no viable alternative at input '<T,' while parsing HTML_ELEMENT 950
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 960
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 963
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 964
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 965
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 967
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 968
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 970
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 971
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 972
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 973
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 975
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 976
 Warning sizes LineLength Line is longer than 100 characters (found 109). 979
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 985
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 986
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 993
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 994
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 995
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 997
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 998
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1010
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1012
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1013
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1015
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1016
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1018
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1020
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1021
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1023
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 1024
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1025
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1026
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1029
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 1033
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1034
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1035
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1039
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 1044
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1045
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1046
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1049
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 1051
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1052
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1053
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1056
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1057
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1059
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1061
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1065
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1066
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1069
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1070
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1071
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1073
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1074
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 1078
 Warning sizes LineLength Line is longer than 100 characters (found 102). 1079
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1081
 Warning sizes LineLength Line is longer than 100 characters (found 107). 1082
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1082
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1083
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 1087
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1090
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1091
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1092
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1093
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1094
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1095
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1096
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1097
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1098
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1099

org/apache/commons/lang3/text/CompositeFormat.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@version' should be preceded with an empty line. 29
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@see' should be preceded with an empty line. 36
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 41
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 43
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 49
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 55
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 60
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 66
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 70
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 75
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 82
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 84
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 85
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 90
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 92
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 93
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 94
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 99
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 101
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 102
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 103
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 108
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 112
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 113
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 114

org/apache/commons/lang3/text/ExtendedMessageFormat.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.lang3.ObjectUtils' 28
 Warning sizes LineLength Line is longer than 100 characters (found 111). 52
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 71
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 72
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 74
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 75
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 76
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 77
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 78
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 79
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 81
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 82
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 90
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 91
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 92
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 101
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 102
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 103
 Warning sizes LineLength Line is longer than 100 characters (found 109). 112
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 112
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 113
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 114
 Warning sizes LineLength Line is longer than 100 characters (found 130). 124
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 124
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 125
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 126
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 127
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 128
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 129
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 134
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 136
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 137
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 144
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 146
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 147
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 148
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 149
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 150
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 151
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 152
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 153
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 155
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 156
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 157
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 158
 Warning indentation Indentation 'switch' has incorrect indentation level 12, expected level should be 6. 159
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 8. 160
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 161
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 162
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 8. 163
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 164
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 165
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 166
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 167
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 168
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 169
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 170
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 171
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 10. 172
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 12. 173
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 12. 175
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 12. 176
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 14. 177
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 12. 178
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 10. 179
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 180
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 181
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 182
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 183
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 10. 184
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 12. 185
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 10. 187
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 8. 189
 Warning coding FallThrough Fall through from previous branch of the switch statement. 189
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 190
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 191
 Warning indentation Indentation 'switch rcurly' has incorrect indentation level 12, expected level should be 6. 192
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 193
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 194
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 195
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 196
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 197
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 200
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 201
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 202
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 203
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 204
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 205
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 206
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 207
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 208
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 209
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 216
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 218
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 220
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 221
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 228
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 230
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 232
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 233
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 239
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 241
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 243
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 244
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 250
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 252
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 254
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 255
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 263
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 265
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 266
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 267
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 268
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 269
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 270
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 271
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 272
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 273
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 274
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 6. 275
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 276
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 277
 Warning whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 277
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 278
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 279
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 280
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 281
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 282
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 283
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 284
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 285
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 292
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 294
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 295
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 296
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 297
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 298
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 306
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 307
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 308
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 309
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 310
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 311
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 312
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 313
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 314
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 315
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 316
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 317
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 318
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 319
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 320
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 321
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 323
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 330
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 331
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 332
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 333
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 334
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 335
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 336
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 337
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 338
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 339
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 340
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 341
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 342
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 343
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 344
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 345
 Warning indentation Indentation 'try' has incorrect indentation level 16, expected level should be 8. 346
 Warning indentation Indentation 'try' child has incorrect indentation level 20, expected level should be 10. 347
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 16, expected level should be 8. 348
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 16, expected level should be 8. 351
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 352
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 353
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 354
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 355
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 356
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 357
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 360
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 361
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 363
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 372
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 373
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 374
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 375
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 376
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 377
 Warning indentation Indentation 'switch' has incorrect indentation level 12, expected level should be 6. 378
 Warning coding MissingSwitchDefault switch without "default" clause. 378
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 8. 379
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 380
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 381
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 8. 382
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 383
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 10. 384
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 12. 385
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 10. 386
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 387
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 8. 388
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 389
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 390
 Warning indentation Indentation 'switch rcurly' has incorrect indentation level 12, expected level should be 6. 391
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 392
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 393
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 395
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 404
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 405
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 406
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 407
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 408
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 409
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 410
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 411
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 412
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 413
 Warning indentation Indentation 'switch' has incorrect indentation level 12, expected level should be 6. 414
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 8. 415
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 416
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 417
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 8. 418
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 419
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 10. 420
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 12. 421
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 12. 422
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 12. 424
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 12. 425
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 14. 426
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 12. 427
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 10. 428
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 429
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 8. 430
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 431
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 8. 433
 Warning coding FallThrough Fall through from previous branch of the switch statement. 433
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 434
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 435
 Warning indentation Indentation 'switch rcurly' has incorrect indentation level 12, expected level should be 6. 436
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 437
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 438
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 439
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 447
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 448
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 449
 Warning indentation Indentation 'do..while' has incorrect indentation level 8, expected level should be 4. 450
 Warning indentation Indentation 'do..while' child has incorrect indentation level 12, expected level should be 6. 451
 Warning indentation Indentation 'do..while' child has incorrect indentation level 12, expected level should be 6. 452
 Warning indentation Indentation 'do..while rcurly' has incorrect indentation level 8, expected level should be 4. 453
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 454
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 456
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 462
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 463
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 464
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 465
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 477
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 479
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 480
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 481
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 482
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 483
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 484
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 485
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 486
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 487
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 488
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 490
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 491
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 492
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 493
 Warning indentation Indentation 'switch' has incorrect indentation level 12, expected level should be 6. 494
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 8. 495
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 496
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 497
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 8. 499
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 500
 Warning indentation Indentation 'switch rcurly' has incorrect indentation level 12, expected level should be 6. 501
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 502
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 503
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 505
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 507
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 514
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 516
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 517
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 521
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 524
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 525
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 526
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 527
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 528
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 529
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 530
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 531
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 532
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 533
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 534

org/apache/commons/lang3/text/FormatFactory.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@since' should be preceded with an empty line. 25
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 40

org/apache/commons/lang3/text/FormattableUtils.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.lang3.ObjectUtils' 24
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@since' should be preceded with an empty line. 35
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 53
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 55
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 62
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 65
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 66
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 67
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 74
 Warning sizes LineLength Line is longer than 100 characters (found 119). 81
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 81
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 84
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 90
 Warning sizes LineLength Line is longer than 100 characters (found 119). 98
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 98
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 100
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 101
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 107
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 113
 Warning sizes LineLength Line is longer than 100 characters (found 119). 116
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 116
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 118
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 119
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 124
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 131
 Warning sizes LineLength Line is longer than 100 characters (found 119). 134
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 134
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 136
 Warning sizes LineLength Line is longer than 100 characters (found 109). 137
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 138
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 139
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 140
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 141
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 142
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 143
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 144
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 145
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 146
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 147
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 148
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 149

org/apache/commons/lang3/text/StrBuilder.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.lang3.ArrayUtils' 25
 Warning javadoc AtclauseOrder Javadoc comment at column 5 has parse error. Details: no viable alternative at input '</ul' while parsing HTML_ELEMENT 60
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 80
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@see' should be preceded with an empty line. 85
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 87
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 90
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 92
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 94
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 96
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 102
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 103
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 104
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 111
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 112
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 113
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 114
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 115
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 116
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 117
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 125
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 126
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 127
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 128
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 129
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 130
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 131
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 132
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 133
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 141
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 142
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 143
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 151
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 152
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 153
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 154
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 162
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 163
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 164
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 172
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 173
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 174
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 175
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 176
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 177
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 178
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 186
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 188
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 189
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 199
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 200
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 201
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 202
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 203
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 204
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 205
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 206
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 207
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 208
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 209
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 210
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 211
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 212
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 213
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 214
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 215
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 223
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 224
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 225
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 233
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 234
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 235
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 236
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 237
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 238
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 239
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 240
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 247
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 248
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 249
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 250
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 251
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 252
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 253
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 254
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 259
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 259
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 265
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 266
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 267
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 271
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 271
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 277
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 278
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 279
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 283
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 283
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 286
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 286
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 292
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 293
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 294
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 295
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 307
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 309
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 310
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 311
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 312
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 313
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 325
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 326
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 327
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 328
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 329
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 330
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 331
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 342
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 343
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 344
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 345
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 346
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 347
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 348
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 354
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 356
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 357
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 358
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 359
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 360
 Warning misc ArrayTypeStyle Array brackets at illegal position. 360
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 361
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 362
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 363
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 368
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 370
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 373
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 375
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 376
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 377
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 378
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 379
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 380
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 381
 Warning misc ArrayTypeStyle Array brackets at illegal position. 381
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 382
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 383
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 384
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 389
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 392
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 393
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 394
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 395
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 396
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 397
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 398
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 399
 Warning sizes LineLength Line is longer than 100 characters (found 122). 411
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 411
 Warning misc ArrayTypeStyle Array brackets at illegal position. 411
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 412
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 413
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 414
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 415
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 416
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 417
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 418
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 419
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 420
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 421
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 422
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 427
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 427
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 434
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 435
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 436
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 437
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 438
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 439
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 440
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 447
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 448
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 449
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 450
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 451
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 452
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 461
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 462
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 463
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 464
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 465
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 466
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 476
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 478
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 479
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 480
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 481
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 482
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 494
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 496
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 497
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 498
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 499
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 500
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 509
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 510
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 511
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 512
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 513
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 514
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 515
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 516
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 517
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 518
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 519
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 520
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 521
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 533
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 534
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 535
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 536
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 537
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 538
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 539
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 540
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 541
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 542
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 543
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 544
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 545
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 546
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 547
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 548
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 549
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 550
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 561
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 562
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 563
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 572
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 573
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 574
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 575
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 576
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 577
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 578
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 579
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 580
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 581
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 582
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 583
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 584
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 595
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 596
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 597
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 598
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 599
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 600
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 601
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 602
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 603
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 604
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 605
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 606
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 607
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 608
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 609
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 610
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 611
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 612
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 622
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 623
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 624
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 625
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 626
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 627
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 628
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 629
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 630
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 631
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 632
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 633
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 634
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 646
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 647
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 648
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 649
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 650
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 651
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 652
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 653
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 654
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 655
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 656
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 657
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 658
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 659
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 660
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 661
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 662
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 663
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 672
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 673
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 674
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 675
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 676
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 677
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 678
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 679
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 680
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 681
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 682
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 683
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 684
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 695
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 696
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 697
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 698
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 699
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 700
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 701
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 702
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 703
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 704
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 705
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 706
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 707
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 708
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 709
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 710
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 711
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 712
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 721
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 722
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 723
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 724
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 725
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 726
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 727
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 728
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 729
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 730
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 731
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 732
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 733
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 744
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 745
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 746
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 747
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 748
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 749
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 750
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 751
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 752
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 753
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 754
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 755
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 756
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 757
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 758
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 759
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 760
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 761
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 769
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 770
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 771
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 772
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 773
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 774
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 775
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 776
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 777
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 778
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 779
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 780
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 781
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 782
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 783
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 784
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 785
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 794
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 796
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 797
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 798
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 799
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 800
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 808
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 809
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 810
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 818
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 819
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 820
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 828
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 829
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 830
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 838
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 839
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 840
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 851
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 852
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 853
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 863
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 864
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 865
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 877
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 878
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 879
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 890
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 891
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 892
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 902
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 903
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 904
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 914
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 915
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 916
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 928
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 929
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 930
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 942
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 943
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 944
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 954
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 955
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 956
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 968
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 969
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 970
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 980
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 981
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 982
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 994
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 995
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 996
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1005
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1006
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1007
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1016
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1017
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1018
 Warning sizes LineLength Line is longer than 100 characters (found 107). 1021
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1027
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1028
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1029
 Warning sizes LineLength Line is longer than 100 characters (found 107). 1032
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1038
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1039
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1040
 Warning sizes LineLength Line is longer than 100 characters (found 108). 1043
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1049
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1050
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1051
 Warning sizes LineLength Line is longer than 100 characters (found 109). 1054
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1060
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1061
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1062
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1075
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1076
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 1077
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 1078
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 1079
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1080
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1081
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1082
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1093
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1094
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 1095
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 1096
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 1097
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1098
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1099
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1100
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1111
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1112
 Warning indentation Indentation 'while' has incorrect indentation level 12, expected level should be 6. 1113
 Warning indentation Indentation 'while' child has incorrect indentation level 16, expected level should be 8. 1114
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 12, expected level should be 6. 1115
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1116
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1117
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1118
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1131
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1132
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1133
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1134
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 1135
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 1136
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 1137
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 1138
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1139
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1140
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1141
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1153
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1154
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1155
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1156
 Warning indentation Indentation 'while' has incorrect indentation level 12, expected level should be 6. 1157
 Warning indentation Indentation 'while' child has incorrect indentation level 16, expected level should be 8. 1158
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 1159
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 1160
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 1161
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 12, expected level should be 6. 1162
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1163
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1164
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1165
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1177
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1178
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1179
 Warning indentation Indentation 'while' has incorrect indentation level 12, expected level should be 6. 1180
 Warning indentation Indentation 'while' child has incorrect indentation level 16, expected level should be 8. 1181
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 1182
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 1183
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 1184
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 12, expected level should be 6. 1185
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1186
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1187
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1188
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 1195
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 1195
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 1207
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1211
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1212
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1213
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 1219
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 1222
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 1222
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 1237
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1242
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1243
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1244
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1245
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1246
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1247
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1248
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 1253
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 1253
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 1265
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1269
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1270
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1271
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1272
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1273
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1274
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 1280
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 1282
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1287
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1288
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1289
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1290
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 1291
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 1292
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1293
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1294
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 1299
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 1299
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 1311
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous line. 1316
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1316
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1317
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1318
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1319
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1320
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1321
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 1326
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 1326
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 1338
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1343
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1344
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1345
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1346
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1347
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1348
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 1354
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1358
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1359
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1360
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 1361
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 1362
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 1363
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1364
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1365
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1366
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 1375
 Warning sizes LineLength Line is longer than 100 characters (found 102). 1380
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1380
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1381
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1382
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1383
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 1384
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1385
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1386
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1387
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 1388
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1389
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1390
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 1391
 Warning indentation Indentation 'for' has incorrect indentation level 16, expected level should be 8. 1392
 Warning indentation Indentation 'for' child has incorrect indentation level 20, expected level should be 10. 1393
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 16, expected level should be 8. 1394
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 1395
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 1396
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1397
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1398
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1399
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1400
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 1407
 Warning sizes LineLength Line is longer than 100 characters (found 101). 1412
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1412
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1413
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1414
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 1422
 Warning sizes LineLength Line is longer than 100 characters (found 103). 1427
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1427
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1428
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1429
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1430
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 1431
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1432
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1433
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1434
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 1435
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1436
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1437
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 1438
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 1439
 Warning indentation Indentation 'for' has incorrect indentation level 16, expected level should be 8. 1440
 Warning indentation Indentation 'for' child has incorrect indentation level 20, expected level should be 10. 1441
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 16, expected level should be 8. 1442
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 1443
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1444
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1445
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1446
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1447
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 1454
 Warning sizes LineLength Line is longer than 100 characters (found 102). 1459
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1459
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1460
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1461
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1473
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1474
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1475
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1476
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1477
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1478
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1489
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1490
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1491
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1492
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1493
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1494
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1495
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 1496
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1497
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1498
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1499
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1500
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1501
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1502
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1503
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1504
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1505
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1516
 Warning misc ArrayTypeStyle Array brackets at illegal position. 1516
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1517
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1518
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1519
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1520
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1521
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1522
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1523
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1524
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1525
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1526
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1527
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1528
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1529
 Warning sizes LineLength Line is longer than 100 characters (found 103). 1542
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1542
 Warning misc ArrayTypeStyle Array brackets at illegal position. 1542
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1543
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1544
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1545
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1546
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1547
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1548
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1549
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1550
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1551
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1552
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1553
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1554
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1555
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1556
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1557
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1558
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1559
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1560
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1570
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1571
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1572
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1573
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1574
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1575
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1576
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1577
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1578
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1579
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1580
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 1581
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 1582
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 1583
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 1584
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 1585
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 1586
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 1587
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 1588
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 1589
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1590
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1591
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1601
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1602
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1603
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1604
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1605
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1606
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1607
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1608
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1618
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1619
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1620
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1630
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1631
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1632
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1642
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1643
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1644
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1654
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1655
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1656
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1667
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1668
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1669
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1670
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1677
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1681
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1682
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1683
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1684
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1685
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1686
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1687
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1688
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1697
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 1698
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 1699
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1700
 Warning indentation Indentation 'while' has incorrect indentation level 16, expected level should be 8. 1701
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 1702
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 1703
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 1704
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 16, expected level should be 8. 1705
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1706
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1707
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1708
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1709
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 1710
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1711
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1712
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1720
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 1721
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 1722
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1723
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1724
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1725
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 1726
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1727
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1728
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1737
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '1,697'. 1737
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1738
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1739
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1740
 Warning indentation Indentation 'while' has incorrect indentation level 12, expected level should be 6. 1741
 Warning indentation Indentation 'while' child has incorrect indentation level 16, expected level should be 8. 1742
 Warning indentation Indentation 'while' child has incorrect indentation level 16, expected level should be 8. 1743
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 12, expected level should be 6. 1744
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1745
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1746
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1747
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1755
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '1,720'. 1755
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1756
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1757
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1758
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 1759
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1760
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1761
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1762
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1763
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1764
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 1769
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 1769
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1777
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '1,737'. 1777
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1778
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1779
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 1783
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 1783
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1791
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '1,755'. 1791
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1792
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1793
 Warning sizes LineLength Line is longer than 100 characters (found 138). 1806
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1806
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1807
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1808
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1809
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1810
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1811
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1812
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1813
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1814
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1815
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1816
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1824
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1829
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1830
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1831
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1832
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1833
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1834
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1845
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1846
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 1847
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 1848
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 1849
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 1850
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 1851
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1852
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1853
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1854
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1864
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1865
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 1866
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 1867
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 1868
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 1869
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 1870
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 1871
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1872
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1873
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1874
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1884
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '1,845'. 1884
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1885
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1886
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1887
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1888
 Warning indentation Indentation 'while' has incorrect indentation level 12, expected level should be 6. 1889
 Warning indentation Indentation 'while' child has incorrect indentation level 16, expected level should be 8. 1890
 Warning indentation Indentation 'while' child has incorrect indentation level 16, expected level should be 8. 1891
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 12, expected level should be 6. 1892
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1893
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1894
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1895
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1904
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '1,864'. 1904
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1905
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1906
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1907
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 1908
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1909
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1910
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1911
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1912
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1913
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1914
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 1919
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 1919
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1928
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '1,884'. 1928
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1929
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1930
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 1934
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 1934
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1943
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '1,904'. 1943
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1944
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1945
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 1950
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 1950
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1959
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1964
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '1,829'. 1964
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1967
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1968
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1969
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 1973
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 1973
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1986
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '1,806'. 1986
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1989
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1990
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1991
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1992
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1993
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 1994
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 1995
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 1996
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1997
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1998
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1999
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 2000
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 2001
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 2002
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 2003
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 2004
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2005
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2006
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 2012
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2014
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2015
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2016
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2017
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2019
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2020
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 2021
 Warning whitespace WhitespaceAfter ',' is not followed by whitespace. 2021
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 2022
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 2023
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 2024
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 2025
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2026
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2027
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2036
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2037
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2038
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2039
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2040
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2041
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2042
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 2043
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 2044
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 2045
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 2046
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 2047
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 2048
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2049
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2050
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2051
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2052
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2053
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2054
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2055
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2056
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 2061
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 2061
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 2064
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2067
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2068
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2069
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2070
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2071
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2072
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2073
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2074
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2075
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2076
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2077
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 2078
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 2079
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 2080
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 2081
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 2082
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2083
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2084
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 2088
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 2088
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 2091
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2094
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2095
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2096
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2097
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2098
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2099
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2100
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2101
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2102
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2103
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2104
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2105
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 2106
 Warning whitespace WhitespaceAfter ',' is not followed by whitespace. 2106
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 2107
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 2108
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 2109
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 2110
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2111
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2112
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@since' should be preceded with an empty line. 2117
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2119
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 4. 2121
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 6. 2122
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 4. 2123
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 4. 2124
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 6. 2125
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 4. 2126
 Warning indentation Indentation 'if' has incorrect indentation level 6, expected level should be 4. 2127
 Warning indentation Indentation 'if' child has incorrect indentation level 10, expected level should be 6. 2128
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 6, expected level should be 4. 2129
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 2130
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2131
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 2136
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2140
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2141
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2142
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 2146
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 2146
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 2151
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 2153
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2157
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2158
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2159
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2160
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 2165
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 2165
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 2171
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2174
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2175
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2176
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2177
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2178
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2179
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 2180
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 2181
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2182
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 2187
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 2187
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 2193
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2196
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2197
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2198
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2199
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2200
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2201
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 2202
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 2203
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2204
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 2209
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 2209
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 2218
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2222
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2223
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2224
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2225
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2226
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2227
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2228
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2229
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2230
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2231
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2232
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2233
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2242
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2243
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 2244
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 2245
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 2246
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 2247
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 2248
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2249
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2250
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2258
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2259
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2260
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 2265
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 2265
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2273
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2274
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2275
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 2281
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2284
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2285
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2286
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 2291
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2295
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2296
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2297
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2298
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2299
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2300
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 2301
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 2302
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 2303
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 2304
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 2305
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2306
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2307
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 2311
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 2311
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 2314
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2317
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2318
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2319
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 2324
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 2324
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 2327
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2331
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2332
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2333
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2334
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2335
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2336
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2337
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2338
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2339
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2340
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2341
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2342
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2343
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2344
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2345
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2346
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2347
 Warning indentation Indentation 'label' child has incorrect indentation level 8, expected level should be one of the following: 2, 4. 2348
 Warning indentation Indentation 'label' child has incorrect indentation level 8, expected level should be one of the following: 4, 6. 2349
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 2350
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be one of the following: 8, 10, 12. 2351
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be one of the following: 10, 12, 14. 2352
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be one of the following: 8, 10, 12. 2353
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 2354
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be one of the following: 6, 8, 10. 2355
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be one of the following: 4, 6. 2356
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2357
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2358
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 2362
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 2362
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2370
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2371
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2372
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 2377
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 2377
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2386
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2387
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2388
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2389
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2390
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2391
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2392
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 2393
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 2394
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 2395
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 2396
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 2397
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2398
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2399
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 2405
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2408
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2409
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2410
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 2415
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2419
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2420
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2421
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2422
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2423
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 2424
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 2425
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 2426
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 2427
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 2428
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2429
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2430
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 2434
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 2434
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 2437
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2440
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2441
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2442
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 2447
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 2447
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 2450
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2454
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2455
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2456
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2457
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2458
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2459
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2460
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 2461
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 2462
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 2463
 Warning indentation Indentation 'label' child has incorrect indentation level 12, expected level should be one of the following: 4, 6. 2465
 Warning indentation Indentation 'label' child has incorrect indentation level 12, expected level should be one of the following: 6, 8. 2466
 Warning indentation Indentation 'for' has incorrect indentation level 16, expected level should be one of the following: 8, 10, 12. 2467
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be one of the following: 10, 12, 14. 2468
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be one of the following: 12, 14, 16. 2469
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be one of the following: 10, 12, 14. 2470
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 16, expected level should be one of the following: 8, 10, 12. 2471
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be one of the following: 8, 10, 12. 2472
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be one of the following: 6, 8. 2473
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2475
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2476
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2477
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2478
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2479
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 2483
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 2483
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2491
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2492
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2493
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 2498
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 2498
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2507
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2508
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2509
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2510
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2511
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2512
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2513
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 2514
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 2515
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 2516
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 2517
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 2518
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2519
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2520
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 2525
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 2525
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 2530
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 2530
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 2549
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 2549
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2555
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2556
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2557
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 2562
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 2562
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 2565
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 2565
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 2568
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 2568
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 2574
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 2574
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2579
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2580
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2581
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 2586
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 2586
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 2589
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 2589
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 2593
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 2593
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 2599
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 2599
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2604
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2605
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2606
 Warning sizes LineLength Line is longer than 100 characters (found 118). 2634
 Warning indentation CommentsIndentation Comment has incorrect indentation level 0, expected is 4, indentation should be the same level as line 2,646. 2636
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2646
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2647
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2648
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2649
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2650
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2651
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2652
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2653
 Warning misc ArrayTypeStyle Array brackets at illegal position. 2653
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2654
 Warning misc ArrayTypeStyle Array brackets at illegal position. 2654
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 2655
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 2656
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 2657
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 2658
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 2659
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 2660
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 2661
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2662
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2663
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2672
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2673
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2674
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2675
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2676
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2677
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2678
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2679
 Warning misc ArrayTypeStyle Array brackets at illegal position. 2679
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2680
 Warning misc ArrayTypeStyle Array brackets at illegal position. 2680
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 2681
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 2682
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 2683
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 2684
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 2685
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2686
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2687
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2696
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2698
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2699
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2700
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2701
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2702
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2709
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2711
 Warning misc ArrayTypeStyle Array brackets at illegal position. 2711
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2712
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 2713
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 2714
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 2715
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2716
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2717
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 2723
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 2723
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2729
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2731
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2732
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2740
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2741
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2742
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2751
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2752
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2753
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 2757
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2761
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2763
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2764
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 2770
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 2772
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2776
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2777
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2778
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2779
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2780
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2781
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2782
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2783
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2784
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2785
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 2786
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2787
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 2792
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 2795
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 2796
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 2797
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 2798
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 2799
 Warning indentation Indentation 'class def ident' has incorrect indentation level 4, expected level should be 2. 2805
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 2810
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 2811
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 2812
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 2815
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 2817
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 2818
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 2819
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 2820
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 2821
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 2824
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 2826
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 2827
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 2828
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 2829
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 2830
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 2831
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 2832
 Warning indentation Indentation 'class def ident' has incorrect indentation level 4, expected level should be 2. 2838
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 2840
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 2842
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 2847
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 2848
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 2849
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 2852
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 2855
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 2858
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 2860
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 2861
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 2862
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 2863
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 2864
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 2867
 Warning misc ArrayTypeStyle Array brackets at illegal position. 2868
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 2869
 Warning whitespace OperatorWrap '||' should be on a new line. 2869
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 2871
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 2872
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 2873
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 2874
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 2875
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 2876
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 2877
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 2878
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 2879
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 2880
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 2881
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 2882
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 2883
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 2884
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 2885
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 2888
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 2890
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 2891
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 2892
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 2893
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 2894
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 2895
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 2896
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 2897
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 2898
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 2901
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 2903
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 2904
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 2907
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 2909
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 2910
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 2913
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 2915
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 2916
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 2919
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 2921
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 2922
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 2923
 Warning indentation Indentation 'class def ident' has incorrect indentation level 4, expected level should be 2. 2929
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 2934
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 2935
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 2936
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 2939
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 2942
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 2945
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 2948
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 2951
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 2953
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 2954
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 2957
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 2959
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 2960
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 2963
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 2965
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 2966
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 2969
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 2971
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 2972
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 2975
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 2977
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 2978
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 2979

org/apache/commons/lang3/text/StrLookup.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 23
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 23
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 27
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 27
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 30
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 30
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 46
 Warning whitespace EmptyLineSeparator 'STATIC_INIT' should be separated from previous line. 47
 Warning indentation Indentation 'static initialization' has incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 48
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 49
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 50
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 51
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 52
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 54
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 55
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 56
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'static initialization rcurly' has incorrect indentation level 4, expected level should be 2. 59
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 67
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 68
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 69
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 74
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 74
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 77
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 77
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 82
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 84
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 88
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 88
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 96
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 97
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 98
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 104
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 105
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 106
 Warning javadoc AtclauseOrder Javadoc comment at column 18 has parse error. Details: no viable alternative at input '<String,' while parsing HTML_ELEMENT 124
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 131
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 137
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 140
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 147
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 148
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 149
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 153
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 153
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 160
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 162
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 163
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 164
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 165
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 166
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 167
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 168
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 169
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 170
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 171

org/apache/commons/lang3/text/StrMatcher.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.lang3.StringUtils' 21
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 26
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 26
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 38
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 46
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 51
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 55
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 59
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 63
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 67
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 71
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 80
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 81
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 82
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 89
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 90
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 91
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 98
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 99
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 100
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 108
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 109
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 110
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 117
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 118
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 119
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 126
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 127
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 128
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 135
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 136
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 137
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 144
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 145
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 146
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 153
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 154
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 155
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 163
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 164
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 165
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 173
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 174
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 175
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 176
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 177
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 178
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 179
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 180
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 181
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 189
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 190
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 191
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 192
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 193
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 194
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 195
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 196
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 197
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 205
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 206
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 207
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 208
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 209
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 210
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 216
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 217
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 218
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 222
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 222
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 228
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 228
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 231
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 231
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 235
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 235
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 245
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 249
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 249
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 255
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 255
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 258
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 258
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 267
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 268
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 269
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 275
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 277
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 284
 Warning misc ArrayTypeStyle Array brackets at illegal position. 284
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 285
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 286
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 287
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 288
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 299
 Warning sizes LineLength Line is longer than 100 characters (found 108). 300
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 301
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 302
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 303
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 309
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 311
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 318
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 319
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 320
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 321
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 332
 Warning sizes LineLength Line is longer than 100 characters (found 108). 333
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 334
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 335
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 336
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 342
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 344
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 351
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 352
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 353
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 354
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 365
 Warning sizes LineLength Line is longer than 100 characters (found 102). 366
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 367
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 368
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 369
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 370
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 371
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 372
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 373
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 374
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 375
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 376
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 377
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 378
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 384
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 389
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 390
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 391
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 402
 Warning sizes LineLength Line is longer than 100 characters (found 108). 403
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 404
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 405
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 406
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 412
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 417
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 418
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 419
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 430
 Warning sizes LineLength Line is longer than 100 characters (found 108). 431
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 432
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 433
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 434

org/apache/commons/lang3/text/StrSubstitutor.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 28
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 28
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 32
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 32
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 35
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 35
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 41
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 41
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 61
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 61
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 66
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 66
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 70
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 70
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 89
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 89
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 108
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 112
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 116
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 121
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 125
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 129
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 133
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 137
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 149
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 150
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 151
 Warning sizes LineLength Line is longer than 100 characters (found 132). 166
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 166
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 167
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 168
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 178
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 179
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 180
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 181
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 182
 Warning whitespace WhitespaceAfter ',' is not followed by whitespace. 182
 Warning whitespace WhitespaceAfter ',' is not followed by whitespace. 182
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 183
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 184
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 185
 Warning whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 185
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 186
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 187
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 188
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 189
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 190
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 199
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 200
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 201
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 208
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 209
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 210
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 219
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 220
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 221
 Warning sizes LineLength Line is longer than 100 characters (found 104). 232
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 232
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 233
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 234
 Warning sizes LineLength Line is longer than 100 characters (found 123). 246
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 246
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 247
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 248
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 255
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 256
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 257
 Warning sizes LineLength Line is longer than 100 characters (found 125). 268
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 268
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 269
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 270
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 271
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 272
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 273
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 284
 Warning sizes LineLength Line is longer than 100 characters (found 133). 285
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 286
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 287
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 288
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 289
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 290
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 300
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '178'. 300
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 301
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 302
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 303
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 304
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 305
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 306
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 307
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 308
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 309
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 314
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 314
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 323
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 324
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 325
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 326
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 327
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 328
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 329
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 330
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 331
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 332
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 343
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 344
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 345
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 346
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 347
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 348
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 349
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 350
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 356
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 356
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 365
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 366
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 367
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 368
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 369
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 370
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 371
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 372
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 383
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 384
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 385
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 386
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 387
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 388
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 389
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 390
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 396
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 396
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 405
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 406
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 407
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 408
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 409
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 410
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 411
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 412
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 423
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 424
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 425
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 426
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 427
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 428
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 434
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 434
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 444
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 445
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 446
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 447
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 448
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 449
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 450
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 451
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 462
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 463
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 464
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 465
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 466
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 467
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 468
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 469
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 475
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 475
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 484
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 485
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 486
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 487
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 488
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 489
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 490
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 491
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 502
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 503
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 504
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 505
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 506
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 507
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 508
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 509
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 520
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 521
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 522
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 523
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 524
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 525
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 531
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 531
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 540
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 541
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 542
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 543
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 544
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 545
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 546
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 547
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 548
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 549
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 550
 Warning indentation CommentsIndentation Comment has incorrect indentation level 2, expected is 4, indentation should be the same level as line 562. 552
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 562
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 563
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 564
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 565
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 566
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 567
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 573
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 573
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 583
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 584
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 585
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 586
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 587
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 588
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 589
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 590
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 591
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 592
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 593
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 603
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 604
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 605
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 606
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 607
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 608
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 613
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 613
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 622
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 623
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 624
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 625
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 626
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 627
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 632
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 632
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 635
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 635
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 644
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 645
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 646
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 658
 Warning sizes LineLength Line is longer than 100 characters (found 115). 660
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 660
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 661
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 662
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 663
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 665
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 666
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 667
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 668
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 669
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 670
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 671
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 672
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 674
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 675
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 676
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 678
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 680
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 681
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 682
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 683
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 684
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 685
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 687
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 688
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 689
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 690
 Warning indentation Indentation 'while' has incorrect indentation level 20, expected level should be 10. 691
 Warning indentation Indentation 'if' has incorrect indentation level 24, expected level should be 12. 692
 Warning indentation Indentation 'if' child has incorrect indentation level 28, expected level should be 14. 696
 Warning indentation Indentation 'if' child has incorrect indentation level 28, expected level should be 14. 697
 Warning indentation Indentation 'if' child has incorrect indentation level 28, expected level should be 14. 698
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 24, expected level should be 12. 699
 Warning indentation Indentation 'while' child has incorrect indentation level 24, expected level should be 12. 701
 Warning indentation Indentation 'if' has incorrect indentation level 24, expected level should be 12. 703
 Warning indentation Indentation 'if' child has incorrect indentation level 28, expected level should be 14. 704
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 24, expected level should be 12. 705
 Warning indentation Indentation 'if' has incorrect indentation level 28, expected level should be 14. 707
 Warning indentation Indentation 'if' child has incorrect indentation level 32, expected level should be 16. 708
 Warning indentation Indentation 'if' has incorrect indentation level 32, expected level should be 16. 711
 Warning indentation Indentation 'if' child has incorrect indentation level 36, expected level should be 18. 712
 Warning indentation Indentation 'if' child has incorrect indentation level 36, expected level should be 18. 713
 Warning indentation Indentation 'if' child has incorrect indentation level 36, expected level should be 18. 714
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 32, expected level should be 16. 715
 Warning indentation Indentation 'if' child has incorrect indentation level 32, expected level should be 16. 716
 Warning indentation Indentation 'if' child has incorrect indentation level 32, expected level should be 16. 717
 Warning indentation Indentation 'if' has incorrect indentation level 32, expected level should be 16. 720
 Warning indentation Indentation 'if' child has incorrect indentation level 36, expected level should be 18. 721
 Warning indentation Indentation 'if' child has incorrect indentation level 36, expected level should be 18. 722
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 32, expected level should be 16. 724
 Warning indentation Indentation 'if' child has incorrect indentation level 32, expected level should be 16. 727
 Warning indentation Indentation 'if' child has incorrect indentation level 32, expected level should be 16. 728
 Warning indentation Indentation 'if' child has incorrect indentation level 32, expected level should be 16. 731
 Warning indentation Indentation 'if' has incorrect indentation level 32, expected level should be 16. 733
 Warning indentation Indentation 'if' child has incorrect indentation level 36, expected level should be 18. 735
 Warning indentation Indentation 'if' child has incorrect indentation level 36, expected level should be 18. 736
 Warning indentation Indentation 'if' child has incorrect indentation level 36, expected level should be 18. 737
 Warning indentation Indentation 'if' child has incorrect indentation level 36, expected level should be 18. 738
 Warning indentation Indentation 'if' child has incorrect indentation level 36, expected level should be 18. 740
 Warning indentation Indentation 'if' child has incorrect indentation level 36, expected level should be 18. 742
 Warning indentation Indentation 'if' child has incorrect indentation level 36, expected level should be 18. 743
 Warning indentation Indentation 'if' child has incorrect indentation level 36, expected level should be 18. 744
 Warning indentation Indentation 'if' child has incorrect indentation level 36, expected level should be 18. 745
 Warning indentation CommentsIndentation Comment has incorrect indentation level 56, expected is 36, indentation should be the same level as line 745. 746
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 32, expected level should be 16. 747
 Warning indentation Indentation 'if' child has incorrect indentation level 32, expected level should be 16. 750
 Warning indentation Indentation 'if' child has incorrect indentation level 32, expected level should be 16. 752
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 28, expected level should be 14. 753
 Warning indentation Indentation 'else' child has incorrect indentation level 32, expected level should be 16. 754
 Warning indentation Indentation 'else' child has incorrect indentation level 32, expected level should be 16. 755
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 28, expected level should be 14. 756
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 24, expected level should be 12. 757
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 20, expected level should be 10. 758
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 759
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 760
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 761
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 762
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 763
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 764
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 765
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 766
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 774
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 775
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 776
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 777
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 778
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 779
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 780
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 781
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 782
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 783
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 784
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 788
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 788
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 791
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 791
 Warning sizes LineLength Line is longer than 100 characters (found 125). 803
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 803
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 804
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 805
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 806
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 807
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 808
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 809
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 818
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 819
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 820
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 829
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 830
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 831
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 837
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 837
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 844
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 845
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 846
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 850
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 850
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 859
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 860
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 861
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 862
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 863
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 864
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 865
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 869
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 869
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 877
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 878
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 879
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 883
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 883
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 891
 Warning indentation Indentation 'if' has incorrect indentation level 7, expected level should be 4. 892
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 893
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 894
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 895
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 896
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 902
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 902
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 909
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 910
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 911
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 915
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 915
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 924
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 925
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 926
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 927
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 928
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 929
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 930
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 934
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 934
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 942
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 943
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 944
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 948
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 948
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 956
 Warning indentation Indentation 'if' has incorrect indentation level 7, expected level should be 4. 957
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 958
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 959
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 960
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 961
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 970
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 971
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 972
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 979
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 980
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 981
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 991
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 992
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 993
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1004
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1006
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1007

org/apache/commons/lang3/text/StrTokenizer.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.lang3.ArrayUtils' 25
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 31
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 31
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 37
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 37
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 41
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 41
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 45
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 45
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 49
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 49
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 53
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 53
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 60
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 60
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 61
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 90
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 91
 Warning whitespace EmptyLineSeparator 'STATIC_INIT' should be separated from previous line. 92
 Warning indentation Indentation 'static initialization' has incorrect indentation level 4, expected level should be 2. 92
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 93
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 94
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 95
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 96
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 97
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 98
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 99
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 101
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 102
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 103
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 104
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 105
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 106
 Warning indentation Indentation 'static initialization' child has incorrect indentation level 8, expected level should be 4. 107
 Warning indentation Indentation 'static initialization rcurly' has incorrect indentation level 4, expected level should be 2. 108
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 111
 Warning misc ArrayTypeStyle Array brackets at illegal position. 111
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 112
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 113
 Warning misc ArrayTypeStyle Array brackets at illegal position. 113
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 114
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 115
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 117
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 118
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 119
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 120
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 121
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 122
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 123
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 124
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 126
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 127
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 128
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 129
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 136
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 138
 Warning naming AbbreviationAsWordInName Abbreviation in name 'getCSVClone' must contain no more than '1' consecutive capital letters. 138
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 139
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 140
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 147
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 147
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 149
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 151
 Warning naming AbbreviationAsWordInName Abbreviation in name 'getCSVInstance' must contain no more than '1' consecutive capital letters. 151
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 152
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 153
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 164
 Warning naming AbbreviationAsWordInName Abbreviation in name 'getCSVInstance' must contain no more than '1' consecutive capital letters. 164
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 165
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 166
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 167
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 168
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 179
 Warning naming AbbreviationAsWordInName Abbreviation in name 'getCSVInstance' must contain no more than '1' consecutive capital letters. 179
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 180
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 181
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 182
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 183
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 188
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 190
 Warning naming AbbreviationAsWordInName Abbreviation in name 'getTSVClone' must contain no more than '1' consecutive capital letters. 190
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 191
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 192
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 199
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 199
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 201
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 203
 Warning naming AbbreviationAsWordInName Abbreviation in name 'getTSVInstance' must contain no more than '1' consecutive capital letters. 203
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 204
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 205
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 211
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 214
 Warning naming AbbreviationAsWordInName Abbreviation in name 'getTSVInstance' must contain no more than '1' consecutive capital letters. 214
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 215
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 216
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 217
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 218
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 224
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 227
 Warning naming AbbreviationAsWordInName Abbreviation in name 'getTSVInstance' must contain no more than '1' consecutive capital letters. 227
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 228
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 229
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 230
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 231
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 237
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 237
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 240
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 241
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 242
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 243
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 251
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 252
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 253
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 254
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 255
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 256
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 257
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 258
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 266
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 267
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 268
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 269
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 277
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 278
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 279
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 280
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 288
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 289
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 290
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 291
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 301
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 302
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 303
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 304
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 314
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 315
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 316
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 317
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 325
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 326
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 327
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 328
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 336
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 337
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 338
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 339
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 347
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 348
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 349
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 350
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 358
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 359
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 360
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 361
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 371
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 372
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 373
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 374
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 384
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 385
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 386
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 387
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 396
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 397
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 398
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 399
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 408
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 409
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 410
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 411
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 412
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 413
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 420
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 421
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 422
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 423
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 424
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 425
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 432
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 433
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 434
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 435
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 442
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 443
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 444
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 445
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 446
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 447
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 448
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 449
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 453
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 453
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 458
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 459
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 460
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 461
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 462
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 472
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 473
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 474
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 475
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 476
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 477
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 478
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 479
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 480
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 490
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 491
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 492
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 493
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 494
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 503
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 505
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 506
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 507
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 515
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 517
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 518
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 519
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 520
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 521
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 528
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 530
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 531
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 538
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 540
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 541
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 542
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 549
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 551
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 552
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 553
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 554
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 555
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 562
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 564
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 565
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 572
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 574
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 575
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 579
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 582
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 584
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 585
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 589
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 592
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 594
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 595
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 602
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 603
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 604
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 606
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 607
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 608
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 609
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 610
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 611
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 612
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 613
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 617
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 617
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 620
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 620
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 625
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 625
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 630
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 635
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 636
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 637
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 638
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 639
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 640
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 641
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 644
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 646
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 649
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 650
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 651
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 652
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 653
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 654
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 662
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 663
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 664
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 665
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 666
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 667
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 668
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 669
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 670
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 671
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 672
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 683
 Warning sizes LineLength Line is longer than 100 characters (found 131). 685
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 685
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 688
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 689
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 692
 Warning whitespace OperatorWrap '||' should be on a new line. 692
 Warning whitespace OperatorWrap '||' should be on a new line. 693
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 695
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 696
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 697
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 698
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 701
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 702
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 703
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 704
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 707
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 708
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 709
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 710
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 711
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 714
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 715
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 716
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 717
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 718
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 719
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 732
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 733
 Warning sizes LineLength Line is longer than 100 characters (found 110). 735
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 735
 Warning sizes LineLength Line is longer than 100 characters (found 101). 736
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 739
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 740
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 741
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 742
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 744
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 748
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 755
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 756
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 758
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 759
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 760
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 761
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 762
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 765
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 766
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 767
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 768
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 771
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 772
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 774
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 778
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 779
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 781
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 782
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 783
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 786
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 787
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 788
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 789
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 790
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 793
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 794
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 795
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 796
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 797
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 802
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 803
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 804
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 805
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 806
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 807
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 810
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 811
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 812
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 813
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 816
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 817
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 818
 Warning sizes LineLength Line is longer than 100 characters (found 121). 831
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 831
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 832
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 833
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 834
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 835
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 836
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 837
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 838
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 847
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 848
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 849
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 853
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 853
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 859
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 860
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 861
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 862
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 863
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 864
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 865
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 866
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 874
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 875
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 876
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 884
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 885
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 886
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 892
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 892
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 899
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 900
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 901
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 905
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 905
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 912
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 913
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 914
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 915
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 916
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 917
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 921
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 921
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 928
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 929
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 930
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 936
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 936
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 943
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 944
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 945
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 949
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 949
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 956
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 957
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 958
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 959
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 960
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 961
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 965
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 965
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 972
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 973
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 974
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 980
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 980
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 987
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 988
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 989
 Warning javadoc JavadocParagraph <p> tag should be placed immediately before the first word, with no space after. 993
 Warning javadoc JavadocParagraph <p> tag should be preceded with an empty line. 993
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1000
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1001
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1002
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1003
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1004
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1005
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1014
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1015
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1016
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1025
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1026
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1027
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1028
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1037
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1038
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1039
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1048
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1049
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1050
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1051
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1059
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1060
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1061
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1062
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1063
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1064
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 1072
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1074
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 1076
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 1077
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 1078
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 1079
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 1080
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1081
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 1087
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1090
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1092
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1093
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1094
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1095
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1096
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1097
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1098
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1106
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1108
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1109
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1110
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1111
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1112

org/apache/commons/lang3/text/WordUtils.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@since' should be preceded with an empty line. 29
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 6, expected level should be 4. 43
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 44
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 66
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 67
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 68
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 84
 Warning sizes LineLength Line is longer than 100 characters (found 113). 88
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 88
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 89
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 90
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 91
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 92
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 93
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 94
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 95
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 96
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 97
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 98
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 99
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 100
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 102
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 103
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 104
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 105
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 106
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 107
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 109
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 111
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 112
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 113
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 115
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 117
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 119
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 120
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 121
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 122
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 124
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 125
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 126
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 127
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 128
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 129
 Warning indentation Indentation 'else' child has incorrect indentation level 24, expected level should be 12. 130
 Warning indentation Indentation 'else' child has incorrect indentation level 24, expected level should be 12. 131
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 20, expected level should be 10. 132
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 133
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 134
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 135
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 138
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 140
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 141
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 162
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 167
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 168
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 169
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 193
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 200
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 201
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 202
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 203
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 204
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 205
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 206
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 207
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 208
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 209
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 210
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 211
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 212
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 213
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 214
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 215
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 216
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 217
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 236
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 239
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 240
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 241
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 264
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 269
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 270
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 271
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 272
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 273
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 274
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 275
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 276
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 292
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 296
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 297
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 298
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 319
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 325
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 326
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 327
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 328
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 329
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 330
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 331
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 332
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 333
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 334
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 335
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 336
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 337
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 338
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 339
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 340
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 341
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 342
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 364
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 367
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 368
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 369
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 370
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 371
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 373
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 375
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 376
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 377
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 378
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 379
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 380
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 381
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 382
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 383
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 384
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 385
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 386
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 387
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 388
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 389
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 390
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 391
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 392
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 393
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 394
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 395
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 420
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 421
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 422
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 445
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 451
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 452
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 453
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 454
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 455
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 456
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 457
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 458
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 459
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 460
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 461
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 462
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 463
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 465
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 466
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 467
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 468
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 469
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 470
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 471
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 472
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 473
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 474
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 475
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 485
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 486
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 487
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 488
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 489
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 490
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 491
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 492
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 493
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 494
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 495

org/apache/commons/lang3/text/translate/AggregateTranslator.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.lang3.ArrayUtils' 22
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@since' should be preceded with an empty line. 28
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 33
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 49
 Warning sizes LineLength Line is longer than 100 characters (found 106). 50
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 51
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 52
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 53
 Warning whitespace WhitespaceAfter 'if' is not followed by whitespace. 53
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 53
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 54
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 55
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 56
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 58

org/apache/commons/lang3/text/translate/CharSequenceTranslator.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@since' should be preceded with an empty line. 29
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 46
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 50
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 53
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 55
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 56
 Warning indentation Indentation 'try' has incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 58
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 59
 Warning indentation Indentation 'try' child has incorrect indentation level 12, expected level should be 6. 60
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 8, expected level should be 4. 61
 Warning indentation Indentation 'catch' child has incorrect indentation level 12, expected level should be 6. 63
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 65
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 75
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 77
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 78
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 79
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 80
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 81
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 82
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 84
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 85
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 86
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 87
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 88
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 89
 Warning whitespace WhitespaceAround WhitespaceAround: '+=' is not preceded with whitespace. 89
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 90
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 91
 Warning indentation CommentsIndentation Comment has incorrect indentation level 0, expected is 12, indentation should be the same level as line 94. 93
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 94
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 95
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 96
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 97
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 98
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 107
 Warning sizes LineLength Line is longer than 100 characters (found 101). 108
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 108
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 109
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 110
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 111
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 112
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 121
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 122
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 123

org/apache/commons/lang3/text/translate/CodePointTranslator.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@since' should be preceded with an empty line. 26
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 35
 Warning sizes LineLength Line is longer than 100 characters (found 112). 36
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 38
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 39
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 40
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 41
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 42
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 43
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 44
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 49
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 54

org/apache/commons/lang3/text/translate/EntityArrays.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 32
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 34
 Warning naming AbbreviationAsWordInName Abbreviation in name 'ISO8859_1_ESCAPE' must contain no more than '1' consecutive capital letters. 34
 Warning naming MethodName Method name 'ISO8859_1_ESCAPE' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 34
 Warning blocks LeftCurly '{' at column 49 should have line break after. 34
 Warning blocks RightCurly '}' at column 84 should be alone on a line. 34
 Warning whitespace EmptyLineSeparator 'VARIABLE_DEF' should be separated from previous line. 35
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 35
 Warning sizes LineLength Line is longer than 100 characters (found 101). 47
 Warning sizes LineLength Line is longer than 100 characters (found 103). 63
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 136
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 138
 Warning naming AbbreviationAsWordInName Abbreviation in name 'ISO8859_1_UNESCAPE' must contain no more than '1' consecutive capital letters. 138
 Warning naming MethodName Method name 'ISO8859_1_UNESCAPE' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 138
 Warning blocks LeftCurly '{' at column 51 should have line break after. 138
 Warning blocks RightCurly '}' at column 88 should be alone on a line. 138
 Warning whitespace EmptyLineSeparator 'VARIABLE_DEF' should be separated from previous line. 139
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 139
 Warning sizes LineLength Line is longer than 100 characters (found 107). 143
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 145
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 147
 Warning naming AbbreviationAsWordInName Abbreviation in name 'HTML40_EXTENDED_ESCAPE' must contain no more than '1' consecutive capital letters. 147
 Warning naming MethodName Method name 'HTML40_EXTENDED_ESCAPE' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 147
 Warning blocks LeftCurly '{' at column 55 should have line break after. 147
 Warning blocks RightCurly '}' at column 96 should be alone on a line. 147
 Warning whitespace EmptyLineSeparator 'VARIABLE_DEF' should be separated from previous line. 148
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 148
 Warning sizes LineLength Line is longer than 100 characters (found 104). 227
 Warning sizes LineLength Line is longer than 100 characters (found 116). 295
 Warning sizes LineLength Line is longer than 100 characters (found 101). 340
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 347
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 349
 Warning naming AbbreviationAsWordInName Abbreviation in name 'HTML40_EXTENDED_UNESCAPE' must contain no more than '1' consecutive capital letters. 349
 Warning naming MethodName Method name 'HTML40_EXTENDED_UNESCAPE' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 349
 Warning blocks LeftCurly '{' at column 57 should have line break after. 349
 Warning blocks RightCurly '}' at column 100 should be alone on a line. 349
 Warning whitespace EmptyLineSeparator 'VARIABLE_DEF' should be separated from previous line. 350
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 350
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 354
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 356
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 358
 Warning naming AbbreviationAsWordInName Abbreviation in name 'BASIC_ESCAPE' must contain no more than '1' consecutive capital letters. 358
 Warning naming MethodName Method name 'BASIC_ESCAPE' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 358
 Warning blocks LeftCurly '{' at column 45 should have line break after. 358
 Warning blocks RightCurly '}' at column 76 should be alone on a line. 358
 Warning whitespace EmptyLineSeparator 'VARIABLE_DEF' should be separated from previous line. 359
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 359
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 368
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 370
 Warning naming AbbreviationAsWordInName Abbreviation in name 'BASIC_UNESCAPE' must contain no more than '1' consecutive capital letters. 370
 Warning naming MethodName Method name 'BASIC_UNESCAPE' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 370
 Warning blocks LeftCurly '{' at column 47 should have line break after. 370
 Warning blocks RightCurly '}' at column 80 should be alone on a line. 370
 Warning whitespace EmptyLineSeparator 'VARIABLE_DEF' should be separated from previous line. 371
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 371
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 375
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 377
 Warning naming AbbreviationAsWordInName Abbreviation in name 'APOS_ESCAPE' must contain no more than '1' consecutive capital letters. 377
 Warning naming MethodName Method name 'APOS_ESCAPE' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 377
 Warning blocks LeftCurly '{' at column 44 should have line break after. 377
 Warning blocks RightCurly '}' at column 74 should be alone on a line. 377
 Warning whitespace EmptyLineSeparator 'VARIABLE_DEF' should be separated from previous line. 378
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 378
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 384
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 386
 Warning naming AbbreviationAsWordInName Abbreviation in name 'APOS_UNESCAPE' must contain no more than '1' consecutive capital letters. 386
 Warning naming MethodName Method name 'APOS_UNESCAPE' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 386
 Warning blocks LeftCurly '{' at column 46 should have line break after. 386
 Warning blocks RightCurly '}' at column 78 should be alone on a line. 386
 Warning whitespace EmptyLineSeparator 'VARIABLE_DEF' should be separated from previous line. 387
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 387
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 391
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 393
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 395
 Warning naming AbbreviationAsWordInName Abbreviation in name 'JAVA_CTRL_CHARS_ESCAPE' must contain no more than '1' consecutive capital letters. 395
 Warning naming MethodName Method name 'JAVA_CTRL_CHARS_ESCAPE' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 395
 Warning blocks LeftCurly '{' at column 55 should have line break after. 395
 Warning blocks RightCurly '}' at column 96 should be alone on a line. 395
 Warning whitespace EmptyLineSeparator 'VARIABLE_DEF' should be separated from previous line. 396
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 396
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 406
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 408
 Warning naming AbbreviationAsWordInName Abbreviation in name 'JAVA_CTRL_CHARS_UNESCAPE' must contain no more than '1' consecutive capital letters. 408
 Warning naming MethodName Method name 'JAVA_CTRL_CHARS_UNESCAPE' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9_]*$'. 408
 Warning blocks LeftCurly '{' at column 57 should have line break after. 408
 Warning blocks RightCurly '}' at column 100 should be alone on a line. 408
 Warning whitespace EmptyLineSeparator 'VARIABLE_DEF' should be separated from previous line. 409
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 409
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 411
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 413
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 416
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 417
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 418
 Warning whitespace WhitespaceAfter 'for' is not followed by whitespace. 418
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 418
 Warning whitespace WhitespaceAround WhitespaceAround: '<' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 418
 Warning whitespace WhitespaceAround WhitespaceAround: '<' is not preceded with whitespace. 418
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 419
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 420
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 421
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 422
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 423

org/apache/commons/lang3/text/translate/JavaUnicodeEscaper.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@since' should be preceded with an empty line. 22
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 32
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 36
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 38
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 45
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 49
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 50
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 51
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 58
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 64
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 65
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 66
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 73
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 79
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 80
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 81
 Warning sizes LineLength Line is longer than 100 characters (found 114). 85
 Warning sizes LineLength Line is longer than 100 characters (found 111). 86
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 90
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 97
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 98
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 99
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 101
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 104
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 108
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 110
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 111
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 112

org/apache/commons/lang3/text/translate/LookupTranslator.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 31
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 33
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 37
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 45
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 46
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 47
 Warning naming LocalVariableName Local variable name '_shortest' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 47
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 48
 Warning naming LocalVariableName Local variable name '_longest' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 48
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 49
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 50
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 51
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 52
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 53
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 54
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 55
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 56
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 57
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 58
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 59
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 61
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 63
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 68
 Warning sizes LineLength Line is longer than 100 characters (found 106). 69
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 70
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 71
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 72
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 73
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 76
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 77
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 78
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 79
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 80
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 81
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 82
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 83
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 84

org/apache/commons/lang3/text/translate/NumericEntityEscaper.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 31
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 44
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 45
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 46
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 47
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 48
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 53
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 55
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 63
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 65
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 73
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 74
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 75
 Warning sizes LineLength Line is longer than 100 characters (found 103). 78
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 84
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 85
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 86
 Warning sizes LineLength Line is longer than 100 characters (found 106). 89
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 95
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 96
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 97
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 102
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 104
 Warning whitespace WhitespaceAfter 'if' is not followed by whitespace. 104
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 104
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 105
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 106
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 107
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 108
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 109
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 110
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 111
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 112
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 114
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 115
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 116
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 117
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 118

org/apache/commons/lang3/text/translate/NumericEntityUnescaper.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 27
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@since' should be preceded with an empty line. 30
 Warning indentation Indentation 'enum def modifier' has incorrect indentation level 4, expected level should be 2. 35
 Warning javadoc MissingJavadocType Missing a Javadoc comment. 35
 Warning naming AbbreviationAsWordInName Abbreviation in name 'OPTION' must contain no more than '1' consecutive capital letters. 35
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 38
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 42
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 46
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 51
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 56
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 57
 Warning whitespace WhitespaceAfter 'if' is not followed by whitespace. 57
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 57
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 58
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 59
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 60
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 61
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 62
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 70
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 71
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 72
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 77
 Warning sizes LineLength Line is longer than 100 characters (found 106). 78
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 79
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 81
 Warning whitespace WhitespaceAfter 'if' is not followed by whitespace. 81
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 81
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 82
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 83
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 85
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 86
 Warning whitespace WhitespaceAfter 'if' is not followed by whitespace. 86
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 86
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 87
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 88
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 91
 Warning whitespace WhitespaceAfter 'if' is not followed by whitespace. 91
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 91
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 92
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 93
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 94
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 96
 Warning indentation Indentation 'while' has incorrect indentation level 12, expected level should be 6. 98
 Warning whitespace WhitespaceAfter 'while' is not followed by whitespace. 98
 Warning whitespace WhitespaceAround WhitespaceAround: 'while' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 98
 Warning whitespace ParenPad '(' is followed by whitespace. 98
 Warning whitespace OperatorWrap '||' should be on a new line. 98
 Warning whitespace OperatorWrap '||' should be on a new line. 99
 Warning whitespace ParenPad ')' is preceded with whitespace. 100
 Warning whitespace ParenPad ')' is preceded with whitespace. 100
 Warning indentation Indentation 'while lcurly' has incorrect indentation level 12, expected level should be 8. 101
 Warning blocks LeftCurly '{' at column 13 should be on the previous line. 101
 Warning indentation Indentation 'while' child has incorrect indentation level 16, expected level should be one of the following: 8, 10. 102
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 12, expected level should be 8. 103
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 105
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 107
 Warning whitespace WhitespaceAfter 'if' is not followed by whitespace. 107
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 107
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 108
 Warning whitespace WhitespaceAfter 'if' is not followed by whitespace. 108
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 108
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 109
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 110
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 10. 111
 Warning whitespace WhitespaceAfter 'if' is not followed by whitespace. 111
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 111
 Warning sizes LineLength Line is longer than 100 characters (found 103). 112
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 12. 112
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 10. 113
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 114
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 116
 Warning indentation Indentation 'try' has incorrect indentation level 12, expected level should be 6. 117
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 118
 Warning whitespace WhitespaceAfter 'if' is not followed by whitespace. 118
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 118
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 119
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 120
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 121
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 122
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 12, expected level should be 6. 123
 Warning whitespace WhitespaceAround WhitespaceAround: 'catch' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 123
 Warning indentation Indentation 'catch' child has incorrect indentation level 16, expected level should be 8. 124
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 12, expected level should be 6. 125
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 127
 Warning whitespace WhitespaceAfter 'if' is not followed by whitespace. 127
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 127
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 128
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 129
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 130
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 131
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 132
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 133
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 135
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 136
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 137
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 138

org/apache/commons/lang3/text/translate/OctalUnescaper.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 24
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 26
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@since' should be preceded with an empty line. 31
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 36
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 41
 Warning sizes LineLength Line is longer than 100 characters (found 106). 42
 Warning sizes LineLength Line is longer than 100 characters (found 120). 43
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 43
 Warning whitespace WhitespaceAfter 'if' is not followed by whitespace. 43
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 43
 Warning whitespace ParenPad ')' is preceded with whitespace. 43
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 44
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 46
 Warning indentation Indentation 'while' has incorrect indentation level 12, expected level should be 6. 47
 Warning whitespace ParenPad '(' is followed by whitespace. 47
 Warning whitespace ParenPad ')' is preceded with whitespace. 47
 Warning indentation Indentation 'while' child has incorrect indentation level 16, expected level should be 8. 48
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 49
 Warning whitespace ParenPad '(' is followed by whitespace. 49
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 50
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 51
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 52
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 12, expected level should be 6. 53
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 55
 Warning whitespace ParenPad '(' is followed by whitespace. 55
 Warning whitespace ParenPad ')' is preceded with whitespace. 55
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 56
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 59

org/apache/commons/lang3/text/translate/UnicodeEscaper.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 30
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 31
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 32
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 37
 Warning whitespace WhitespaceAround WhitespaceAround: '{' is not preceded with whitespace. 37
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 38
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 39
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 51
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 52
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 55
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 63
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 65
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 73
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 74
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 75
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 84
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 85
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 86
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 95
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 96
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 97
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 102
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 104
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 105
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 106
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 107
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 108
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 109
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 110
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 111
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 112
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 115
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 116
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 117
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 118
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 119
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 120
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 121
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 122
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 123
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 124
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 125
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 126
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 127
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 129
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 132
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 136
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 137
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 138

org/apache/commons/lang3/text/translate/UnicodeUnescaper.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@since' should be preceded with an empty line. 27
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 35
 Warning sizes LineLength Line is longer than 100 characters (found 106). 36
 Warning sizes LineLength Line is longer than 100 characters (found 106). 37
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 37
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 39
 Warning indentation Indentation 'while' has incorrect indentation level 12, expected level should be 6. 40
 Warning indentation Indentation 'while' child has incorrect indentation level 16, expected level should be 8. 41
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 12, expected level should be 6. 42
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 44
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 45
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 46
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 48
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 50
 Warning indentation Indentation 'try' has incorrect indentation level 16, expected level should be 8. 52
 Warning indentation Indentation 'try' child has incorrect indentation level 20, expected level should be 10. 53
 Warning indentation Indentation 'try' child has incorrect indentation level 20, expected level should be 10. 54
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 16, expected level should be 8. 55
 Warning sizes LineLength Line is longer than 100 characters (found 105). 56
 Warning indentation Indentation 'catch' child has incorrect indentation level 20, expected level should be 10. 56
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 16, expected level should be 8. 57
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 58
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 59
 Warning sizes LineLength Line is longer than 100 characters (found 138). 60
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 60
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 62
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 63
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 65

org/apache/commons/lang3/time/DateFormatUtils.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 42
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 47
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 54
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 61
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 70
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 77
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 84
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 93
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 102
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 109
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 119
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 120
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 121
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 126
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 130
 Warning naming AbbreviationAsWordInName Abbreviation in name 'formatUTC' must contain no more than '1' consecutive capital letters. 130
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 131
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 132
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 137
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 141
 Warning naming AbbreviationAsWordInName Abbreviation in name 'formatUTC' must contain no more than '1' consecutive capital letters. 141
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 142
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 143
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 148
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 153
 Warning naming AbbreviationAsWordInName Abbreviation in name 'formatUTC' must contain no more than '1' consecutive capital letters. 153
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 154
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 155
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 160
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 165
 Warning naming AbbreviationAsWordInName Abbreviation in name 'formatUTC' must contain no more than '1' consecutive capital letters. 165
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 166
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 167
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 172
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 176
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 177
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 178
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 183
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 187
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 188
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 189
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 194
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 200
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 201
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 202
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 207
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 212
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 213
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 214
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 219
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 224
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 225
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 226
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 231
 Warning sizes LineLength Line is longer than 100 characters (found 105). 238
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 238
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 239
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 240
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 245
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 250
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 251
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 252
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 257
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 262
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 263
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 264
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 269
 Warning sizes LineLength Line is longer than 100 characters (found 101). 276
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 276
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 277
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 278
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 283
 Warning sizes LineLength Line is longer than 100 characters (found 120). 289
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 289
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 290
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 291
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 296
 Warning sizes LineLength Line is longer than 100 characters (found 118). 302
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 302
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 303
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 304
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 305
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 310
 Warning sizes LineLength Line is longer than 100 characters (found 126). 318
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 318
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 319
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 320
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 321

org/apache/commons/lang3/time/DateParser.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@since' should be preceded with an empty line. 29
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 35
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 37
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 41
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 45
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 48
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 50
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 54
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 61
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 63
 Warning sizes LineLength Line is longer than 100 characters (found 111). 71
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 75
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 77
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 82
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 84
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@see' should be preceded with an empty line. 89
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 91
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@see' should be preceded with an empty line. 96
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 98

org/apache/commons/lang3/time/DatePrinter.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@since' should be preceded with an empty line. 29
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 48
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 56
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 66
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 76
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 86
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 95
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 104
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 111
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 116
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 119
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 124
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '86'. 124

org/apache/commons/lang3/time/DateUtils.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@since' should be preceded with an empty line. 50
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 52
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@since' should be preceded with an empty line. 55
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 57
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@since' should be preceded with an empty line. 60
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 62
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@since' should be preceded with an empty line. 65
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 67
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 73
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 75
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 90
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 94
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 98
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 102
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 106
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 110
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@since' should be preceded with an empty line. 114
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 116
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@since' should be preceded with an empty line. 119
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 121
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@since' should be preceded with an empty line. 124
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 126
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 136
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 137
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 138
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 148
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 154
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 155
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 156
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 157
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 158
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 159
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 160
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 161
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 162
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 163
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 172
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 178
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 179
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 180
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 181
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 182
 Warning whitespace OperatorWrap '&&' should be on a new line. 182
 Warning whitespace OperatorWrap '&&' should be on a new line. 183
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 185
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 193
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 199
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 200
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 201
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 202
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 203
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 204
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 211
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 217
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 218
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 219
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 220
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 221
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 222
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 231
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 237
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 238
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 239
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 240
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 241
 Warning whitespace OperatorWrap '&&' should be on a new line. 241
 Warning whitespace OperatorWrap '&&' should be on a new line. 242
 Warning whitespace OperatorWrap '&&' should be on a new line. 243
 Warning whitespace OperatorWrap '&&' should be on a new line. 244
 Warning whitespace OperatorWrap '&&' should be on a new line. 245
 Warning whitespace OperatorWrap '&&' should be on a new line. 246
 Warning whitespace OperatorWrap '&&' should be on a new line. 247
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 249
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 260
 Warning sizes LineLength Line is longer than 100 characters (found 105). 266
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 266
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 267
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 268
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 280
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 282
 Warning sizes LineLength Line is longer than 100 characters (found 126). 289
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 289
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 290
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 291
 Warning indentation CommentsIndentation Comment has incorrect indentation level 2, expected is 4, indentation should be the same level as line 309. 293
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 302
 Warning sizes LineLength Line is longer than 100 characters (found 113). 309
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 309
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 310
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 311
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 322
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 324
 Warning sizes LineLength Line is longer than 100 characters (found 134). 331
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 331
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 332
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 333
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 342
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 344
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 352
 Warning sizes LineLength Line is longer than 100 characters (found 127). 353
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 354
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 355
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 356
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 358
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 359
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 360
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 361
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 362
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 363
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 365
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 366
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 367
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 369
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 372
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 373
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 374
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 376
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 377
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 379
 Warning sizes LineLength Line is longer than 100 characters (found 110). 380
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 381
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 382
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 383
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 385
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 386
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 387
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 388
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 389
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 390
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 391
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 403
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 404
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 405
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 417
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 418
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 419
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 431
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 432
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 433
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 445
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 446
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 447
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 459
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 460
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 461
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 473
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 474
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 475
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 487
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 488
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 489
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 501
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 502
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 503
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 516
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 517
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 518
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 519
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 520
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 521
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 522
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 523
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 524
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 537
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 538
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 539
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 552
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 553
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 554
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 567
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 568
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 569
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 583
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 584
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 585
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 598
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 599
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 600
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 613
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 614
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 615
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 628
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 629
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 630
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 645
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 646
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 647
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 648
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 650
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 651
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 652
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 653
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 654
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 655
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 661
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 666
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 667
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 668
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 669
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 670
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 694
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 699
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 700
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 701
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 702
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 703
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 704
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 705
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 706
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 707
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 730
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 736
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 737
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 738
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 739
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 740
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 741
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 742
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 743
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 766
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 773
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 774
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 775
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 776
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 777
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 778
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 779
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 780
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 781
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 782
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 783
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 784
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 796
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 802
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 803
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 804
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 805
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 806
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 807
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 808
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 809
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 810
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 821
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 827
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 828
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 829
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 830
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 831
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 832
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 833
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 834
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 845
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 852
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 853
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 854
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 855
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 856
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 857
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 858
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 859
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 860
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 861
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 862
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 863
 Warning indentation CommentsIndentation Comment has incorrect indentation level 2, expected is 4, indentation should be the same level as line 882. 865
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 875
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 882
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 883
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 884
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 885
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 886
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 887
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 888
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 889
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 890
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 901
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 908
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 909
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 910
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 911
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 912
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 913
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 914
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 915
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 926
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 934
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 935
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 936
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 937
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 938
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 939
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 940
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 941
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 942
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 943
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 944
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 945
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 951
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 956
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 957
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 958
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 959
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 961
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 962
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 963
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 971
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 972
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 973
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 976
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 977
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 978
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 979
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 980
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 981
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 982
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 985
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 986
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 987
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 988
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 989
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 990
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 991
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 994
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 995
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 996
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 997
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1000
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1001
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1002
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1003
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1006
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 1007
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 1008
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 1009
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 1011
 Warning indentation Indentation 'if' has incorrect indentation level 24, expected level should be 12. 1012
 Warning indentation Indentation 'if' has incorrect indentation level 28, expected level should be 14. 1016
 Warning indentation Indentation 'if' child has incorrect indentation level 32, expected level should be 16. 1017
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 28, expected level should be 14. 1018
 Warning indentation Indentation 'else' child has incorrect indentation level 32, expected level should be 16. 1019
 Warning indentation Indentation 'else' child has incorrect indentation level 32, expected level should be 16. 1020
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 28, expected level should be 14. 1021
 Warning indentation CommentsIndentation Comment has incorrect indentation level 0, expected is 28, 24, indentation should be the same level as line 1016, 1023. 1022
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 24, expected level should be 12. 1023
 Warning indentation Indentation 'if' has incorrect indentation level 28, expected level should be 14. 1027
 Warning indentation Indentation 'if' child has incorrect indentation level 32, expected level should be 16. 1028
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 28, expected level should be 14. 1029
 Warning indentation Indentation 'else' child has incorrect indentation level 32, expected level should be 16. 1030
 Warning indentation Indentation 'else' child has incorrect indentation level 32, expected level should be 16. 1031
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 28, expected level should be 14. 1032
 Warning indentation CommentsIndentation Comment has incorrect indentation level 0, expected is 28, 24, indentation should be the same level as line 1027, 1034. 1033
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 24, expected level should be 12. 1034
 Warning indentation Indentation 'else' child has incorrect indentation level 28, expected level should be 14. 1037
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 24, expected level should be 12. 1038
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 1039
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 1040
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 1041
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 1042
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 1044
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 1045
 Warning indentation Indentation 'switch' has incorrect indentation level 12, expected level should be 6. 1047
 Warning coding MissingSwitchDefault switch without "default" clause. 1047
 Warning indentation Indentation 'case' child has incorrect indentation level 16, expected level should be 8. 1048
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 1049
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 1053
 Warning indentation Indentation 'if' has incorrect indentation level 24, expected level should be 12. 1056
 Warning indentation Indentation 'if' child has incorrect indentation level 28, expected level should be 14. 1057
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 24, expected level should be 12. 1058
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 1060
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 1061
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 1062
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 1063
 Warning indentation Indentation 'case' child has incorrect indentation level 16, expected level should be 8. 1064
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 1065
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 1068
 Warning indentation Indentation 'if' has incorrect indentation level 24, expected level should be 12. 1069
 Warning indentation Indentation 'if' child has incorrect indentation level 28, expected level should be 14. 1070
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 24, expected level should be 12. 1071
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 1072
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 1073
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 1074
 Warning indentation Indentation 'block' child has incorrect indentation level 20, expected level should be 10. 1075
 Warning indentation Indentation 'switch rcurly' has incorrect indentation level 12, expected level should be 6. 1076
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 1077
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1078
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1079
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1081
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1083
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1084
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 1086
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1087
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1088
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 1089
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1090
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1092
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1109
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1110
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1111
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1112
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1113
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1114
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1119
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1120
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1121
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1122
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1123
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1124
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1125
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1126
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1142
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1143
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1144
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1145
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1146
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1147
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1152
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1153
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1154
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1155
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1156
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1157
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1158
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1159
 Warning indentation Indentation 'switch' has incorrect indentation level 8, expected level should be 4. 1160
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 1161
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 1162
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 1164
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 1166
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 1167
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 1168
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 1170
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 1171
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 1172
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 1173
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 1174
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 1175
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 1176
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 1177
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 1178
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 1180
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 1181
 Warning indentation Indentation 'switch' has incorrect indentation level 16, expected level should be 8. 1182
 Warning coding MissingSwitchDefault switch without "default" clause. 1182
 Warning indentation Indentation 'case' child has incorrect indentation level 20, expected level should be 10. 1183
 Warning indentation Indentation 'block' child has incorrect indentation level 24, expected level should be 12. 1185
 Warning indentation Indentation 'case' child has incorrect indentation level 20, expected level should be 10. 1186
 Warning indentation Indentation 'block' child has incorrect indentation level 24, expected level should be 12. 1187
 Warning indentation Indentation 'block' child has incorrect indentation level 24, expected level should be 12. 1188
 Warning indentation Indentation 'block' child has incorrect indentation level 24, expected level should be 12. 1189
 Warning indentation Indentation 'case' child has incorrect indentation level 20, expected level should be 10. 1190
 Warning indentation Indentation 'block' child has incorrect indentation level 24, expected level should be 12. 1191
 Warning indentation Indentation 'block' child has incorrect indentation level 24, expected level should be 12. 1192
 Warning indentation Indentation 'block' child has incorrect indentation level 24, expected level should be 12. 1193
 Warning indentation Indentation 'case' child has incorrect indentation level 20, expected level should be 10. 1194
 Warning indentation Indentation 'block' child has incorrect indentation level 24, expected level should be 12. 1195
 Warning indentation Indentation 'block' child has incorrect indentation level 24, expected level should be 12. 1196
 Warning indentation Indentation 'block' child has incorrect indentation level 24, expected level should be 12. 1197
 Warning indentation Indentation 'switch rcurly' has incorrect indentation level 16, expected level should be 8. 1198
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 1199
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 1200
 Warning sizes LineLength Line is longer than 100 characters (found 103). 1201
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 1201
 Warning indentation Indentation 'switch rcurly' has incorrect indentation level 8, expected level should be 4. 1202
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1203
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1204
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1205
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1206
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1207
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1208
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1209
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1210
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1211
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1212
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1213
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1214
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 1215
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 1216
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 1217
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 1218
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 1219
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 1220
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1221
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1222
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1235
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1240
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1241
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1242
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1243
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1244
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1245
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1246
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1247
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1248
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 1249
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 1250
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1251
 Warning sizes LineLength Line is longer than 100 characters (found 111). 1273
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 1279
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1283
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1286
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1287
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1288
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 1319
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1323
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1326
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1327
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1328
 Warning sizes LineLength Line is longer than 100 characters (found 104). 1353
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 1359
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1363
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1366
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1367
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1368
 Warning sizes LineLength Line is longer than 100 characters (found 103). 1393
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 1399
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1403
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1406
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1407
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1408
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 1439
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1443
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1446
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1447
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1448
 Warning indentation CommentsIndentation Block comment has incorrect indentation level 4, expected is 2, indentation should be the same level as line 1,486. 1450
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 1479
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1483
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '1,286'. 1486
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 1518
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1522
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous line. 1525
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1525
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '1,326'. 1525
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1526
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1527
 Warning sizes LineLength Line is longer than 100 characters (found 104). 1552
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 1558
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1562
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1565
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '1,366'. 1565
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1566
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1567
 Warning sizes LineLength Line is longer than 100 characters (found 103). 1592
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 1598
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1602
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1605
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '1,406'. 1605
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1606
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1607
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 1640
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1644
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1647
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '1,446'. 1647
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1648
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1649
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 1654
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1659
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1662
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1663
 Warning whitespace WhitespaceAfter 'if' is not followed by whitespace. 1663
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 1663
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1664
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1665
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1666
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1667
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1668
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1669
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 1674
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1679
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1682
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1683
 Warning whitespace WhitespaceAfter 'if' is not followed by whitespace. 1683
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 1683
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1684
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1685
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1686
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1687
 Warning indentation Indentation 'switch' has incorrect indentation level 8, expected level should be 4. 1690
 Warning coding MissingSwitchDefault switch without "default" clause. 1690
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 1691
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 1692
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 1693
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 1694
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 1695
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 1696
 Warning indentation Indentation 'switch rcurly' has incorrect indentation level 8, expected level should be 4. 1697
 Warning indentation Indentation 'switch' has incorrect indentation level 8, expected level should be 4. 1699
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 1701
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 1702
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 1705
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 1706
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 1707
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 1709
 Warning coding FallThrough Fall through from previous branch of the switch statement. 1709
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 1710
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 1712
 Warning coding FallThrough Fall through from previous branch of the switch statement. 1712
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 1713
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 1715
 Warning coding FallThrough Fall through from previous branch of the switch statement. 1715
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 1716
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 1717
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 1718
 Warning whitespace WhitespaceAfter ';' is not followed by whitespace. 1718
 Warning sizes LineLength Line is longer than 100 characters (found 110). 1719
 Warning indentation Indentation 'case' child has incorrect indentation level 16, expected level should be 6. 1719
 Warning indentation Indentation 'switch rcurly' has incorrect indentation level 8, expected level should be 4. 1720
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1721
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1722
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 1728
 Warning sizes LineLength Line is longer than 100 characters (found 102). 1737
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1737
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1738
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1739
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 1745
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1754
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1755
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1756
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 1762
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1766
 Warning sizes LineLength Line is longer than 100 characters (found 101). 1772
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1772
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1773
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1774
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1775
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1776
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 1782
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 1786
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1792
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1793
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1794
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1795
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1796
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 1802
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1807
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1808
 Warning indentation Indentation 'switch' has incorrect indentation level 8, expected level should be 4. 1809
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 1810
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 1811
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 1812
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 1813
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 1814
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 1815
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 1816
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 1817
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 1818
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 1819
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 1820
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 1821
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 1822
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 1823
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 1824
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 8. 1825
 Warning sizes LineLength Line is longer than 100 characters (found 119). 1826
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 6. 1826
 Warning indentation Indentation 'switch rcurly' has incorrect indentation level 8, expected level should be 4. 1827
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1828
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1829
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 1835
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 1836
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 1837
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 1845
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 1846
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 1847
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 1848
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 1849
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 1850
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 1852
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 1857
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 1859
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 1860
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 1862
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 1867
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 1869
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1870
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1871
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 1872
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 1873
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 1874
 Warning javadoc NonEmptyAtclauseDescription At-clause should have a non-empty description. 1879
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@throws' should be preceded with an empty line. 1879
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 1882
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 1884
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 1885
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 1886

org/apache/commons/lang3/time/DurationFormatUtils.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.lang3.StringUtils' 25
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 54
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@see' should be preceded with an empty line. 60
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 63
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 72
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 75
 Warning naming AbbreviationAsWordInName Abbreviation in name 'formatDurationHMS' must contain no more than '1' consecutive capital letters. 75
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 77
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 87
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 90
 Warning naming AbbreviationAsWordInName Abbreviation in name 'formatDurationISO' must contain no more than '1' consecutive capital letters. 90
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 91
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 92
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 101
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 105
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 106
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 107
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 117
 Warning sizes LineLength Line is longer than 100 characters (found 111). 122
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 122
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 124
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 126
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 127
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 128
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 129
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 130
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 132
 Warning whitespace ParenPad ')' is preceded with whitespace. 132
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 133
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 134
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 135
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 136
 Warning whitespace ParenPad ')' is preceded with whitespace. 136
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 137
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 138
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 139
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 140
 Warning whitespace ParenPad ')' is preceded with whitespace. 140
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 141
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 142
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 143
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 144
 Warning whitespace ParenPad ')' is preceded with whitespace. 144
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 145
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 146
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 147
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 148
 Warning whitespace ParenPad ')' is preceded with whitespace. 148
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 149
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 150
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 152
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 153
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 161
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 166
 Warning sizes LineLength Line is longer than 100 characters (found 103). 174
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 174
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 175
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 177
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 178
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 179
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 180
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 181
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 182
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 183
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 184
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 185
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 186
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 187
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 188
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 189
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 190
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 191
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 193
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 194
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 195
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 196
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 197
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 198
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 199
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 200
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 201
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 202
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 203
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 204
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 205
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 206
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 207
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 208
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 209
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 211
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 212
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 213
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 214
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 215
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 216
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 217
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 225
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 229
 Warning naming AbbreviationAsWordInName Abbreviation in name 'formatPeriodISO' must contain no more than '1' consecutive capital letters. 229
 Warning sizes LineLength Line is longer than 100 characters (found 111). 230
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 230
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 231
 Warning javadoc JavadocParagraph Redundant <p> tag. 234
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 237
 Warning sizes LineLength Line is longer than 100 characters (found 106). 242
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 242
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 243
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 244
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 262
 Warning sizes LineLength Line is longer than 100 characters (found 133). 269
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 269
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 278
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 282
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 283
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 284
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 285
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 288
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 289
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 290
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 291
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 292
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 293
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 294
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 297
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 298
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 299
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 300
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 301
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 302
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 303
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 304
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 305
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 306
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 307
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 308
 Warning indentation Indentation 'while' has incorrect indentation level 8, expected level should be 4. 309
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 310
 Warning indentation Indentation 'while' child has incorrect indentation level 12, expected level should be 6. 311
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 8, expected level should be 4. 312
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 314
 Warning indentation Indentation 'while' has incorrect indentation level 12, expected level should be 6. 315
 Warning indentation Indentation 'while' child has incorrect indentation level 16, expected level should be 8. 316
 Warning indentation Indentation 'while' child has incorrect indentation level 16, expected level should be 8. 317
 Warning indentation Indentation 'while' child has incorrect indentation level 16, expected level should be 8. 318
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 12, expected level should be 6. 319
 Warning indentation Indentation 'while' has incorrect indentation level 12, expected level should be 6. 321
 Warning indentation Indentation 'while' child has incorrect indentation level 16, expected level should be 8. 322
 Warning indentation Indentation 'while' child has incorrect indentation level 16, expected level should be 8. 323
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 12, expected level should be 6. 324
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 326
 Warning indentation Indentation 'while' has incorrect indentation level 16, expected level should be 8. 327
 Warning indentation Indentation 'while' child has incorrect indentation level 20, expected level should be 10. 328
 Warning indentation Indentation 'while' child has incorrect indentation level 20, expected level should be 10. 329
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 16, expected level should be 8. 330
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 331
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 332
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 335
 Warning whitespace WhitespaceAfter 'if' is not followed by whitespace. 335
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 335
 Warning whitespace ParenPad '(' is followed by whitespace. 335
 Warning whitespace ParenPad ')' is preceded with whitespace. 335
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 336
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 337
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 339
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 340
 Warning indentation Indentation 'while' has incorrect indentation level 16, expected level should be 8. 342
 Warning sizes LineLength Line is longer than 100 characters (found 107). 343
 Warning indentation Indentation 'while' child has incorrect indentation level 20, expected level should be 10. 343
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 346
 Warning whitespace OperatorWrap '&&' should be on a new line. 346
 Warning whitespace OperatorWrap '&&' should be on a new line. 347
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 349
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 350
 Warning indentation Indentation 'while' child has incorrect indentation level 20, expected level should be 10. 352
 Warning indentation Indentation 'while' child has incorrect indentation level 20, expected level should be 10. 354
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 16, expected level should be 8. 355
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 357
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 358
 Warning indentation Indentation 'while' has incorrect indentation level 12, expected level should be 6. 360
 Warning whitespace WhitespaceAfter 'while' is not followed by whitespace. 360
 Warning whitespace WhitespaceAround WhitespaceAround: 'while' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 360
 Warning whitespace ParenPad '(' is followed by whitespace. 360
 Warning whitespace ParenPad ')' is preceded with whitespace. 360
 Warning indentation Indentation 'while' child has incorrect indentation level 16, expected level should be 8. 361
 Warning indentation Indentation 'while' child has incorrect indentation level 16, expected level should be 8. 362
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 12, expected level should be 6. 363
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 365
 Warning indentation Indentation 'while' has incorrect indentation level 12, expected level should be 6. 367
 Warning indentation Indentation 'while' child has incorrect indentation level 16, expected level should be 8. 368
 Warning indentation Indentation 'while' child has incorrect indentation level 16, expected level should be 8. 369
 Warning indentation Indentation 'while' child has incorrect indentation level 16, expected level should be 8. 370
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 12, expected level should be 6. 371
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 373
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 379
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 380
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 381
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 382
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 383
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 384
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 385
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 386
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 387
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 388
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 389
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 390
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 391
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 392
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 393
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 394
 Warning sizes LineLength Line is longer than 100 characters (found 104). 396
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 396
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 397
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 403
 Warning sizes LineLength Line is longer than 100 characters (found 152). 414
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 414
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 416
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 417
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 418
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 419
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 420
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 421
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 422
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 423
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 424
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 425
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 426
 Warning sizes LineLength Line is longer than 100 characters (found 115). 427
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 427
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 429
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 430
 Warning sizes LineLength Line is longer than 100 characters (found 116). 431
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 431
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 433
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 434
 Warning sizes LineLength Line is longer than 100 characters (found 114). 435
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 435
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 437
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 438
 Warning sizes LineLength Line is longer than 100 characters (found 115). 439
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 439
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 441
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 442
 Warning sizes LineLength Line is longer than 100 characters (found 117). 443
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 443
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 445
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 446
 Warning sizes LineLength Line is longer than 100 characters (found 117). 447
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 447
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 449
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 450
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 451
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 452
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 453
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 456
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 457
 Warning indentation Indentation 'else' child has incorrect indentation level 24, expected level should be 12. 458
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 20, expected level should be 10. 461
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 462
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 463
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 464
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 465
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 466
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 467
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 469
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 470
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 471
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 472
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 473
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 474
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 475
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 477
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 483
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 484
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 485
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 487
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 490
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 491
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 492
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 493
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 494
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 495
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 496
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 497
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 498
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 499
 Warning indentation Indentation 'switch' has incorrect indentation level 12, expected level should be 6. 500
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 8. 502
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 10. 503
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 12. 504
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 12. 505
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 10. 506
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 12. 507
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 12. 508
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 12. 509
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 10. 510
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 511
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 8. 512
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 513
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 514
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 8. 515
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 516
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 517
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 8. 518
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 519
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 520
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 8. 521
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 522
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 523
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 8. 524
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 525
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 526
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 8. 527
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 528
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 529
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 8. 530
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 531
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 532
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 8. 533
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 10. 534
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 12. 535
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 12. 536
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 10. 537
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 538
 Warning indentation Indentation 'switch rcurly' has incorrect indentation level 12, expected level should be 6. 539
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 541
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 542
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 543
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 544
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 545
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 546
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 547
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 548
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 549
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 550
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 551
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 552
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 553
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 559
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 561
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 568
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 569
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 570
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 571
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 572
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 573
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 574
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 575
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 576
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 578
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 579
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 586
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 587
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 588
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 589
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 598
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 599
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 600
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 601
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 603
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 606
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 607
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 608
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 610
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 615
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 616
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 617
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 622
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 624
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 625
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 626
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 634
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 636
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 637
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 638
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 639
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 640
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 641
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 642
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 643
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 644
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 645
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 646
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 647
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 648
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 649
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 650
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 651
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 652
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 653
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 662
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 664
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 665
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 672
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 674
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 675
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 676

org/apache/commons/lang3/time/FastDateFormat.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 69
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 74
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 78
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 82
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 86
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 88
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 88
 Warning sizes LineLength Line is longer than 100 characters (found 117). 90
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 95
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 96
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 105
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 106
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 107
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 114
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 118
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 119
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 120
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 127
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 129
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 133
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 134
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 135
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 142
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 147
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 148
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 149
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 156
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 158
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 162
 Warning sizes LineLength Line is longer than 100 characters (found 114). 164
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 164
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 165
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 166
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 176
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 179
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 180
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 181
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 191
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 194
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 195
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 196
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 204
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 207
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 210
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 211
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 212
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 220
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 224
 Warning sizes LineLength Line is longer than 100 characters (found 113). 226
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 226
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 227
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 228
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 238
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 241
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 242
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 243
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 253
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 256
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 257
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 258
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 266
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 269
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 272
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 273
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 274
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 282
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 286
 Warning sizes LineLength Line is longer than 100 characters (found 113). 288
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 288
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 289
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 290
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 301
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 304
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 305
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 306
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 317
 Warning sizes LineLength Line is longer than 100 characters (found 117). 320
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 320
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 321
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 322
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 331
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 334
 Warning sizes LineLength Line is longer than 100 characters (found 121). 337
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 337
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 338
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 339
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 347
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 351
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous line. 353
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 353
 Warning sizes LineLength Line is longer than 100 characters (found 101). 354
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 355
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 356
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 368
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 369
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 369
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 370
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 370
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 371
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 384
 Warning sizes LineLength Line is longer than 100 characters (found 106). 385
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 386
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 387
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 396
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 398
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 399
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 407
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 409
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 410
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 418
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 420
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 421
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 432
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 434
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 435
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 445
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 447
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 448
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 458
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 460
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 461
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 470
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 472
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 473
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 478
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 4. 480
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 481
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 486
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 488
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 489
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 498
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 500
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 501
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 510
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 512
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 513
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 520
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 522
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 523
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 534
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 535
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 536
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 546
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 548
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 549
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 550
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 551
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 553
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 554
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 561
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 563
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 564
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 571
 Warning sizes LineLength Line is longer than 100 characters (found 128). 573
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 573
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 574
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 585
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 586
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 587

org/apache/commons/lang3/time/FastDateParser.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@since' should be preceded with an empty line. 63
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 71
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 73
 Warning whitespace WhitespaceAfter ',' is not followed by whitespace. 73
 Warning whitespace WhitespaceAfter ',' is not followed by whitespace. 73
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 76
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 77
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 78
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 81
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 82
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 83
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 86
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 87
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 93
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 97
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 98
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 99
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 100
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 101
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 102
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 108
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 109
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 110
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 110
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 112
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 112
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 113
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 115
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 115
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 116
 Warning whitespace WhitespaceAfter 'if' is not followed by whitespace. 116
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 116
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 117
 Warning sizes LineLength Line is longer than 100 characters (found 104). 118
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 119
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 121
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 121
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 122
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 122
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 123
 Warning whitespace WhitespaceAfter 'for' is not followed by whitespace. 123
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 123
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 124
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 125
 Warning whitespace WhitespaceAfter 'if' is not followed by whitespace. 125
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 125
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 126
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 127
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 128
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 129
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 129
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 130
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 131
 Warning whitespace WhitespaceAfter 'if' is not followed by whitespace. 131
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 131
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 132
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 133
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 134
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 134
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 135
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 135
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 136
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 137
 Warning sizes LineLength Line is longer than 100 characters (found 131). 138
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 138
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 138
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not preceded with whitespace. 138
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 138
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not preceded with whitespace. 138
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 138
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not preceded with whitespace. 138
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 139
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 140
 Warning whitespace WhitespaceAfter 'if' is not followed by whitespace. 140
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 140
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 141
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 142
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 143
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 143
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 144
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 144
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 145
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 145
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 146
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 153
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 155
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 156
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 161
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 163
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 164
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 169
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 171
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 172
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 175
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 176
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 177
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 187
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 189
 Warning whitespace ParenPad ')' is preceded with whitespace. 189
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 190
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 191
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 192
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 193
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 196
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 203
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 205
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 206
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 213
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 215
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 216
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 228
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 229
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 230
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 231
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 236
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 238
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 239
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 244
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 246
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 246
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 247
 Warning whitespace WhitespaceAfter 'if' is not followed by whitespace. 247
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 247
 Warning whitespace WhitespaceAround WhitespaceAround: '==' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 247
 Warning whitespace WhitespaceAround WhitespaceAround: '==' is not preceded with whitespace. 247
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 249
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 250
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 251
 Warning whitespace OperatorWrap '+' should be on a new line. 251
 Warning sizes LineLength Line is longer than 100 characters (found 110). 252
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 252
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not preceded with whitespace. 252
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 252
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not preceded with whitespace. 252
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 252
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not preceded with whitespace. 252
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 253
 Warning sizes LineLength Line is longer than 100 characters (found 115). 254
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 254
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 254
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not preceded with whitespace. 254
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 254
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not preceded with whitespace. 254
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 254
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not preceded with whitespace. 254
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 255
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 256
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 257
 Warning sizes LineLength Line is longer than 100 characters (found 107). 260
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 262
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '236'. 262
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 264
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 265
 Warning sizes LineLength Line is longer than 100 characters (found 101). 268
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 270
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '244'. 270
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 272
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 272
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 273
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 273
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 274
 Warning whitespace WhitespaceAfter 'if' is not followed by whitespace. 274
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 274
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 275
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 276
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 278
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 278
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 279
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 281
 Warning whitespace WhitespaceAfter 'for' is not followed by whitespace. 281
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 281
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 281
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 281
 Warning whitespace WhitespaceAround WhitespaceAround: '<' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 281
 Warning whitespace WhitespaceAround WhitespaceAround: '<' is not preceded with whitespace. 281
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 282
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 282
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 283
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 284
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 285
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 285
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not preceded with whitespace. 285
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 286
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 287
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 292
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 294
 Warning sizes LineLength Line is longer than 100 characters (found 116). 299
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 299
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 300
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 301
 Warning whitespace WhitespaceAfter 'for' is not followed by whitespace. 301
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 301
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 301
 Warning whitespace WhitespaceAround WhitespaceAround: '<' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 301
 Warning whitespace WhitespaceAround WhitespaceAround: '<' is not preceded with whitespace. 301
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 302
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 302
 Warning indentation Indentation 'switch' has incorrect indentation level 12, expected level should be 6. 303
 Warning whitespace WhitespaceAround WhitespaceAround: 'switch' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 303
 Warning coding MissingSwitchDefault switch without "default" clause. 303
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 8. 304
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 10. 305
 Warning whitespace WhitespaceAfter 'if' is not followed by whitespace. 305
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 305
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 12. 306
 Warning whitespace WhitespaceAfter 'if' is not followed by whitespace. 306
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 306
 Warning whitespace WhitespaceAround WhitespaceAround: '==' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 306
 Warning whitespace WhitespaceAround WhitespaceAround: '==' is not preceded with whitespace. 306
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 14. 307
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 12. 308
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 12. 309
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 309
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 10. 310
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 311
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 8. 312
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 10. 313
 Warning whitespace WhitespaceAfter 'if' is not followed by whitespace. 313
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 313
 Warning whitespace WhitespaceAround WhitespaceAround: '==' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 313
 Warning whitespace WhitespaceAround WhitespaceAround: '==' is not preceded with whitespace. 313
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 12. 314
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 10. 315
 Warning sizes LineLength Line is longer than 100 characters (found 102). 321
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 323
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 324
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 10. 325
 Warning indentation Indentation 'if' child has incorrect indentation level 18, expected level should be 12. 326
 Warning indentation Indentation 'if' child has incorrect indentation level 18, expected level should be 12. 327
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 10. 328
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 329
 Warning indentation Indentation 'switch rcurly' has incorrect indentation level 12, expected level should be 6. 330
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 331
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 332
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 333
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 334
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 335
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 338
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 340
 Warning sizes LineLength Line is longer than 100 characters (found 128). 345
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 345
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 346
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 347
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 349
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 351
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 354
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 355
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 355
 Warning whitespace WhitespaceAround WhitespaceAround: '%' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 355
 Warning whitespace WhitespaceAround WhitespaceAround: '%' is not preceded with whitespace. 355
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 356
 Warning whitespace WhitespaceAfter 'if' is not followed by whitespace. 356
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 356
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 356
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not preceded with whitespace. 356
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 357
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 358
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 359
 Warning whitespace WhitespaceAround WhitespaceAround: '-' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 359
 Warning whitespace WhitespaceAround WhitespaceAround: '-' is not preceded with whitespace. 359
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 360
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 362
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 364
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 366
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 367
 Warning whitespace WhitespaceAround WhitespaceAround: '!=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 367
 Warning whitespace WhitespaceAround WhitespaceAround: '!=' is not preceded with whitespace. 367
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 368
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 370
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 372
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 374
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 375
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 376
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 378
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 381
 Warning modifier ModifierOrder 'abstract' modifier out of order with the JLS suggestions. 381
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 386
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 388
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 389
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 390
 Warning javadoc JavadocParagraph Empty line should be followed by <p> tag on the next line. 393
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 396
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous line. 400
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 400
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 402
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 403
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 406
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 409
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous line. 411
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 411
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 412
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 414
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 417
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 417
 Warning sizes LineLength Line is longer than 100 characters (found 109). 418
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 420
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 422
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 426
 Warning indentation Indentation 'switch' has incorrect indentation level 8, expected level should be 4. 427
 Warning whitespace WhitespaceAround WhitespaceAround: 'switch' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 427
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 428
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 8. 429
 Warning whitespace WhitespaceAfter 'if' is not followed by whitespace. 429
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 429
 Warning whitespace WhitespaceAround WhitespaceAround: '>' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 429
 Warning whitespace WhitespaceAround WhitespaceAround: '>' is not preceded with whitespace. 429
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 10. 430
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 430
 Warning whitespace WhitespaceAround WhitespaceAround: '-' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 430
 Warning whitespace WhitespaceAround WhitespaceAround: '-' is not preceded with whitespace. 430
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 8. 431
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 433
 Warning coding FallThrough Fall through from previous branch of the switch statement. 433
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 434
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 435
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 436
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 437
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 438
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 439
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 440
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 441
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 442
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 443
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 444
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 445
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 446
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 447
 Warning sizes LineLength Line is longer than 100 characters (found 127). 448
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 448
 Warning whitespace WhitespaceAround WhitespaceAround: '>=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 448
 Warning whitespace WhitespaceAround WhitespaceAround: '>=' is not preceded with whitespace. 448
 Warning whitespace WhitespaceAround WhitespaceAround: '?' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 448
 Warning whitespace WhitespaceAround WhitespaceAround: ':' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 448
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 449
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 450
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 451
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 452
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 453
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 454
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 455
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 456
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 457
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 458
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 459
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 460
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 461
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 462
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 463
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 464
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 465
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 466
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 467
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 468
 Warning whitespace WhitespaceAround WhitespaceAround: '>' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 468
 Warning whitespace WhitespaceAround WhitespaceAround: '>' is not preceded with whitespace. 468
 Warning whitespace WhitespaceAround WhitespaceAround: '?' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 468
 Warning whitespace WhitespaceAround WhitespaceAround: ':' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 468
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 469
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 470
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 471
 Warning indentation Indentation 'switch rcurly' has incorrect indentation level 8, expected level should be 4. 472
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 473
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 475
 Warning sizes LineLength Line is longer than 100 characters (found 102). 476
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 478
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 480
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 483
 Warning indentation Indentation 'synchronized' has incorrect indentation level 8, expected level should be 4. 484
 Warning whitespace WhitespaceAround WhitespaceAround: 'synchronized' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 484
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 485
 Warning whitespace WhitespaceAfter 'if' is not followed by whitespace. 485
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 485
 Warning whitespace WhitespaceAround WhitespaceAround: '==' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 485
 Warning whitespace WhitespaceAround WhitespaceAround: '==' is not preceded with whitespace. 485
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 486
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 486
 Warning whitespace WhitespaceAfter ',' is not followed by whitespace. 486
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 487
 Warning indentation Indentation 'synchronized' child has incorrect indentation level 12, expected level should be 6. 488
 Warning indentation Indentation 'synchronized rcurly' has incorrect indentation level 8, expected level should be 4. 489
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 490
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 492
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 494
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 498
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 499
 Warning whitespace WhitespaceAfter ',' is not followed by whitespace. 499
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 500
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 500
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 501
 Warning whitespace WhitespaceAfter 'if' is not followed by whitespace. 501
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 501
 Warning whitespace WhitespaceAround WhitespaceAround: '==' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 501
 Warning whitespace WhitespaceAround WhitespaceAround: '==' is not preceded with whitespace. 501
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 502
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 502
 Warning whitespace WhitespaceAround WhitespaceAround: '==' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 502
 Warning whitespace WhitespaceAround WhitespaceAround: '==' is not preceded with whitespace. 502
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 505
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 505
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 506
 Warning whitespace WhitespaceAfter 'if' is not followed by whitespace. 506
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 506
 Warning whitespace WhitespaceAround WhitespaceAround: '!=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 506
 Warning whitespace WhitespaceAround WhitespaceAround: '!=' is not preceded with whitespace. 506
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 507
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 508
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 509
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 510
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 511
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 513
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 516
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 517
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 519
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 521
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 523
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 524
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 524
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 525
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 530
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 532
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 532
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 533
 Warning whitespace WhitespaceAfter 'if' is not followed by whitespace. 533
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 533
 Warning whitespace WhitespaceAround WhitespaceAround: '==' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 533
 Warning whitespace WhitespaceAround WhitespaceAround: '==' is not preceded with whitespace. 533
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 534
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 534
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 535
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 536
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 537
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 542
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 544
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 545
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 546
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 547
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 549
 Warning indentation CommentsIndentation Block comment has incorrect indentation level 4, expected is 5, indentation should be the same level as line 552. 549
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 5, expected level should be 2. 552
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 553
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 554
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 556
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 558
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 562
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 563
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 563
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 564
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 564
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 565
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 570
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 572
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 573
 Warning whitespace WhitespaceAfter 'for' is not followed by whitespace. 573
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 573
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 574
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 575
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 576
 Warning whitespace WhitespaceAround WhitespaceAround: '-' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 576
 Warning whitespace WhitespaceAround WhitespaceAround: '-' is not preceded with whitespace. 576
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 577
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 578
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 583
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 585
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 586
 Warning whitespace WhitespaceAfter 'if' is not followed by whitespace. 586
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 586
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 587
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 587
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 588
 Warning indentation Indentation 'for' has incorrect indentation level 16, expected level should be 8. 589
 Warning whitespace WhitespaceAfter 'for' is not followed by whitespace. 589
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 589
 Warning indentation Indentation 'for' child has incorrect indentation level 20, expected level should be 10. 590
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 16, expected level should be 8. 591
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 592
 Warning whitespace WhitespaceAround WhitespaceAround: '-' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 592
 Warning whitespace WhitespaceAround WhitespaceAround: '-' is not preceded with whitespace. 592
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 593
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 594
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 595
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 596
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 597
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 600
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 603
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 604
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 606
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 608
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 610
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 13, expected level should be 6. 611
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 611
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 612
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 617
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 619
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 620
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 625
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 627
 Warning whitespace WhitespaceAfter 'if' is not followed by whitespace. 627
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 627
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 628
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 629
 Warning blocks RightCurly '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 629
 Warning indentation Indentation 'else' has incorrect indentation level 12, expected level should be 6. 630
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 631
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 632
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 633
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 634
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 639
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 641
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 642
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 644
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 646
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 649
 Warning naming ParameterName Parameter name 'iValue' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 649
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 650
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 651
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 652
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 654
 Warning naming LocalVariableName Local variable name 'iValue' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 660
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 660
 Warning whitespace WhitespaceAfter 'if' is not followed by whitespace. 661
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 661
 Warning whitespace WhitespaceAround WhitespaceAround: '<' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 661
 Warning whitespace WhitespaceAround WhitespaceAround: '<' is not preceded with whitespace. 661
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be one of the following: 10, 12, 14. 662
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 662
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 668
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 671
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 673
 Warning sizes LineLength Line is longer than 100 characters (found 120). 674
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 674
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 674
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 676
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 678
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 680
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 681
 Warning whitespace WhitespaceAfter 'for' is not followed by whitespace. 681
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 681
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 682
 Warning whitespace WhitespaceAfter 'if' is not followed by whitespace. 682
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 682
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 683
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 684
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 685
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 685
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 686
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 687
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 688
 Warning whitespace WhitespaceAfter 'if' is not followed by whitespace. 688
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 688
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 689
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 690
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 691
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 692
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 693
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 693
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 694
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 695
 Warning whitespace WhitespaceAfter 'for' is not followed by whitespace. 695
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 695
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 696
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 697
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 698
 Warning whitespace WhitespaceAround WhitespaceAround: '-' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 698
 Warning whitespace WhitespaceAround WhitespaceAround: '-' is not preceded with whitespace. 698
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 699
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 699
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 700
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 705
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 707
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 708
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 709
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 714
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 716
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 717
 Warning whitespace WhitespaceAfter 'if' is not followed by whitespace. 717
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 717
 Warning whitespace WhitespaceAround WhitespaceAround: '==' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 717
 Warning whitespace WhitespaceAround WhitespaceAround: '==' is not preceded with whitespace. 717
 Warning whitespace WhitespaceAround WhitespaceAround: '==' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 717
 Warning whitespace WhitespaceAround WhitespaceAround: '==' is not preceded with whitespace. 717
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 718
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 718
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 718
 Warning whitespace WhitespaceAround WhitespaceAround: '+' is not preceded with whitespace. 718
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 719
 Warning blocks RightCurly '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 719
 Warning indentation Indentation 'else' has incorrect indentation level 12, expected level should be 6. 720
 Warning whitespace WhitespaceAfter 'if' is not followed by whitespace. 720
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 720
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 721
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 721
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 722
 Warning blocks RightCurly '}' at column 13 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 722
 Warning indentation Indentation 'else' has incorrect indentation level 12, expected level should be 6. 723
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 724
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 724
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 725
 Warning whitespace WhitespaceAfter 'if' is not followed by whitespace. 725
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 725
 Warning whitespace WhitespaceAround WhitespaceAround: '==' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 725
 Warning whitespace WhitespaceAround WhitespaceAround: '==' is not preceded with whitespace. 725
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 726
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 727
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 728
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 729
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 730
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 731
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 733
 Warning naming ParameterName Parameter name 'iValue' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 735
 Warning whitespace WhitespaceAround WhitespaceAround: '-' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 736
 Warning whitespace WhitespaceAround WhitespaceAround: '-' is not preceded with whitespace. 736
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 739
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 740
 Warning sizes LineLength Line is longer than 100 characters (found 102). 741
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 741
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 742
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 743
 Warning sizes LineLength Line is longer than 100 characters (found 116). 744
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 744
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 745
 Warning sizes LineLength Line is longer than 100 characters (found 106). 746
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 746
 Warning naming ParameterName Parameter name 'iValue' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 748
 Warning whitespace WhitespaceAround WhitespaceAround: '%' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 749
 Warning whitespace WhitespaceAround WhitespaceAround: '%' is not preceded with whitespace. 749
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 752
 Warning naming ParameterName Parameter name 'iValue' must match pattern '^[a-z]([a-z0-9][a-zA-Z0-9]*)?$'. 754
 Warning whitespace WhitespaceAround WhitespaceAround: '%' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 755
 Warning whitespace WhitespaceAround WhitespaceAround: '%' is not preceded with whitespace. 755
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 758
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 759
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 760
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 761

org/apache/commons/lang3/time/FastDatePrinter.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.lang3.Validate' 35
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 86
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 91
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 95
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 99
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 103
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 108
 Warning naming MemberName Member name 'mPattern' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 108
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 112
 Warning naming MemberName Member name 'mTimeZone' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 112
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 116
 Warning naming MemberName Member name 'mLocale' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 116
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 120
 Warning naming MemberName Member name 'mRules' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 120
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 124
 Warning naming MemberName Member name 'mMaxLengthEstimate' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 124
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 136
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 137
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 138
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 139
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 141
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 142
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 147
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 148
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 149
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 151
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 152
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 152
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 152
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 153
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 154
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 156
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 157
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 167
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 168
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 169
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 171
 Warning naming AbbreviationAsWordInName Abbreviation in name 'ERAs' must contain no more than '1' consecutive capital letters. 171
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 172
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 173
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 174
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 175
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 176
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 178
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 179
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 181
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 182
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 183
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 184
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 186
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 187
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 188
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 189
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 191
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 192
 Warning indentation Indentation 'switch' has incorrect indentation level 12, expected level should be 6. 194
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 8. 195
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 196
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 197
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 8. 198
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 10. 199
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 12. 200
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 10. 201
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 12. 202
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 10. 203
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 204
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 8. 205
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 10. 206
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 12. 207
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 10. 208
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 12. 209
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 10. 210
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 12. 211
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 10. 212
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 12. 213
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 10. 214
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 215
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 8. 216
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 217
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 218
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 8. 219
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 220
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 221
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 8. 222
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 223
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 224
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 8. 225
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 226
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 227
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 8. 228
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 229
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 230
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 8. 231
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 232
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 233
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 8. 234
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 235
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 236
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 8. 237
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 238
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 239
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 8. 240
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 241
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 242
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 8. 243
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 244
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 245
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 8. 246
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 247
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 248
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 8. 249
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 250
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 251
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 8. 252
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 253
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 254
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 8. 255
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 256
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 257
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 8. 258
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 10. 259
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 12. 260
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 10. 261
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 12. 262
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 10. 263
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 264
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 8. 265
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 10. 266
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 12. 267
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 10. 268
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 12. 269
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 10. 270
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 271
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 8. 272
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 273
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 10. 274
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 12. 275
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 10. 276
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 12. 277
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 10. 278
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 279
 Warning indentation Indentation 'case' child has incorrect indentation level 12, expected level should be 8. 280
 Warning indentation Indentation 'block' child has incorrect indentation level 16, expected level should be 10. 281
 Warning indentation Indentation 'switch rcurly' has incorrect indentation level 12, expected level should be 6. 282
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 284
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 285
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 287
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 288
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 297
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 298
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 300
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 301
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 303
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 304
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 307
 Warning indentation Indentation 'while' has incorrect indentation level 12, expected level should be 6. 309
 Warning indentation Indentation 'while' child has incorrect indentation level 16, expected level should be 8. 310
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 311
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 312
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 313
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 314
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 315
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 316
 Warning indentation Indentation 'while rcurly' has incorrect indentation level 12, expected level should be 6. 317
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 318
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 320
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 322
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 324
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 325
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 327
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 328
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 330
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 331
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 332
 Warning indentation Indentation 'else' child has incorrect indentation level 24, expected level should be 12. 333
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 20, expected level should be 10. 334
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 335
 Warning whitespace OperatorWrap '&&' should be on a new line. 335
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 337
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 338
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 339
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 340
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 341
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 342
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 343
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 345
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 346
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 347
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 356
 Warning indentation Indentation 'switch' has incorrect indentation level 8, expected level should be 4. 357
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 358
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 359
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 360
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 361
 Warning indentation Indentation 'case' child has incorrect indentation level 8, expected level should be 6. 362
 Warning indentation Indentation 'block' child has incorrect indentation level 12, expected level should be 8. 363
 Warning indentation Indentation 'switch rcurly' has incorrect indentation level 8, expected level should be 4. 364
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 365
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 378
 Warning sizes LineLength Line is longer than 100 characters (found 106). 379
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 380
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 381
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 382
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 383
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 384
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 385
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 386
 Warning indentation Indentation 'else' child has incorrect indentation level 12, expected level should be 6. 387
 Warning whitespace OperatorWrap '+' should be on a new line. 387
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 8, expected level should be 4. 389
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 390
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 395
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 397
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 398
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 399
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 400
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 402
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 403
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 404
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 406
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 408
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 409
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 414
 Warning coding OverloadMethodsDeclarationOrder All overloaded methods should be placed next to each other. Placing non-overloaded methods in between overloaded methods with the same type is a violation. Previous overloaded method located at line '395'. 414
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 416
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 417
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 418
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 419
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 424
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 426
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 427
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 432
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 434
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 435
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 440
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 442
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 443
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 444
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 445
 Warning sizes LineLength Line is longer than 100 characters (found 104). 448
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 450
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 452
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 453
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 463
 Warning indentation Indentation 'for' has incorrect indentation level 8, expected level should be 4. 464
 Warning indentation Indentation 'for' child has incorrect indentation level 12, expected level should be 6. 465
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 8, expected level should be 4. 466
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 467
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 468
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 475
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 477
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 478
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 483
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 485
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 486
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 491
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 493
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 494
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 505
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 506
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 507
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 517
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 519
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 520
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 521
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 522
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 523
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 526
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 533
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 535
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 536
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 543
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 545
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 546
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 558
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 559
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 560
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 561
 Warning indentation Indentation 'interface def modifier' has incorrect indentation level 4, expected level should be 2. 568
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 574
 Warning sizes LineLength Line is longer than 100 characters (found 109). 577
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 582
 Warning indentation Indentation 'interface def rcurly' has incorrect indentation level 4, expected level should be 2. 583
 Warning indentation Indentation 'interface def modifier' has incorrect indentation level 4, expected level should be 2. 588
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 595
 Warning indentation Indentation 'interface def rcurly' has incorrect indentation level 4, expected level should be 2. 596
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 601
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 602
 Warning naming MemberName Member name 'mValue' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 602
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 610
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 611
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 612
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 617
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 619
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 620
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 625
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 627
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 628
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 629
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 634
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 635
 Warning naming MemberName Member name 'mValue' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 635
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 643
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 644
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 645
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 650
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 652
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 653
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 658
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 660
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 661
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 662
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 667
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 668
 Warning naming MemberName Member name 'mField' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 668
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 669
 Warning naming MemberName Member name 'mValues' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 669
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 678
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 679
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 680
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 681
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 686
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 688
 Warning indentation Indentation 'for' has incorrect indentation level 12, expected level should be 6. 689
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 689
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 689
 Warning indentation Indentation 'for' child has incorrect indentation level 16, expected level should be 8. 690
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 691
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 692
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 693
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 12, expected level should be 6. 694
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 695
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 696
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 701
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 703
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 704
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 705
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 710
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 711
 Warning naming MemberName Member name 'mField' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 711
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 718
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 719
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 720
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 725
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 727
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 728
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 733
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 735
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 736
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 741
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 743
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 744
 Warning whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 744
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 745
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 746
 Warning whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 746
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 747
 Warning whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 747
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 748
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 749
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 750
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 751
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 752
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 757
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 758
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 764
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 765
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 766
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 771
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 773
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 774
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 779
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 781
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 782
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 787
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 789
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 790
 Warning whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 790
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 791
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 792
 Warning whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 792
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 793
 Warning whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 793
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 794
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 795
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 796
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 801
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 802
 Warning naming MemberName Member name 'mField' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 802
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 803
 Warning naming MemberName Member name 'mSize' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 803
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 811
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 812
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 814
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 815
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 816
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 817
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 818
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 823
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 825
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 826
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 831
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 833
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 834
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 839
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 841
 Warning indentation Indentation 'for' has incorrect indentation level 16, expected level should be 8. 842
 Warning indentation Indentation 'for' child has incorrect indentation level 20, expected level should be 10. 843
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 16, expected level should be 8. 844
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 845
 Warning whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 845
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 846
 Warning whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 846
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 847
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 848
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 849
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 850
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 851
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 852
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 853
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 854
 Warning indentation Indentation 'for' has incorrect indentation level 16, expected level should be 8. 855
 Warning indentation Indentation 'for' child has incorrect indentation level 20, expected level should be 10. 856
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 16, expected level should be 8. 857
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 858
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 859
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 860
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 861
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 866
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 867
 Warning naming MemberName Member name 'mField' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 867
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 874
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 875
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 876
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 881
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 883
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 884
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 889
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 891
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 892
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 897
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 899
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 900
 Warning whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 900
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 901
 Warning whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 901
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 902
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 903
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 904
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 905
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 906
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 911
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 912
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 917
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 918
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 919
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 924
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 926
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 927
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 932
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 934
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 935
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 940
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 942
 Warning whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 942
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 943
 Warning whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 943
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 944
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 945
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 950
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 951
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 956
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 957
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 958
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 963
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 965
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 966
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 971
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 973
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 974
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 979
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 981
 Warning whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 981
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 982
 Warning whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 982
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 983
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 984
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 989
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 990
 Warning naming MemberName Member name 'mRule' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 990
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 998
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 999
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 1000
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 1005
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 1007
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 1008
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 1013
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 1015
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 1016
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1017
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1018
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 1019
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 1020
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 1025
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 1027
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 1028
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 1029
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 1034
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 1035
 Warning naming MemberName Member name 'mRule' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 1035
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 1043
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 1044
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 1045
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 1050
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 1052
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 1053
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 1058
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 1060
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 1061
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1062
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1063
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 1064
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 1065
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 1070
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 1072
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 1073
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 1074
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 1078
 Warning sizes LineLength Line is longer than 100 characters (found 119). 1089
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous line. 1089
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 1089
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1090
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1091
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 1092
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1094
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 1095
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 1096
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1097
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 1097
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1098
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 1099
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 1100
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 1101
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 1106
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 1107
 Warning naming MemberName Member name 'mLocale' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 1107
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 1108
 Warning naming MemberName Member name 'mStyle' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 1108
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 1109
 Warning naming MemberName Member name 'mStandard' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 1109
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 1110
 Warning naming MemberName Member name 'mDaylight' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 1110
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 1119
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 1120
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 1121
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 1123
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 1124
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 1125
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 1130
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 1135
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 1136
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 1141
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 1143
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 1144
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1146
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1147
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 1148
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 1149
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 1150
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 1151
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 1157
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 1158
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 1159
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 1161
 Warning naming MemberName Member name 'mColon' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 1161
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 1168
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 1169
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 1170
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 1175
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 1177
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 1178
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 1183
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 1185
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 1187
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1188
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1189
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1190
 Warning indentation Indentation 'else' child has incorrect indentation level 16, expected level should be 8. 1191
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 12, expected level should be 6. 1192
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 1194
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 1195
 Warning whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 1195
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 1196
 Warning whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 1196
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 1198
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1199
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1200
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 1202
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 1203
 Warning whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 1203
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 1204
 Warning whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 1204
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 1205
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 1206
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 1212
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 1213
 Warning naming MemberName Member name 'mTimeZone' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 1213
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 1214
 Warning naming MemberName Member name 'mStyle' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 1214
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 1215
 Warning naming MemberName Member name 'mLocale' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 1215
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 1225
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 1227
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 1228
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1229
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1230
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 1231
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 1232
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 1233
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 1238
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 1240
 Warning whitespace ParenPad ')' is preceded with whitespace. 1240
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 1241
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 1246
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 1248
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1249
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1250
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 1251
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1252
 Warning whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 1252
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 1253
 Warning whitespace OperatorWrap '&&' should be on a new line. 1254
 Warning whitespace OperatorWrap '&&' should be on a new line. 1255
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 1257
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 1258
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 1259
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 1260

org/apache/commons/lang3/time/FormatCache.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@since' should be preceded with an empty line. 31
 Warning sizes LineLength Line is longer than 100 characters (found 104). 34
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 39
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 39
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 41
 Warning naming MemberName Member name 'cInstanceCache' must match pattern '^[a-z][a-z0-9][a-zA-Z0-9]*$'. 41
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 44
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 51
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 53
 Warning sizes LineLength Line is longer than 100 characters (found 115). 54
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 54
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 55
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 61
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 62
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 67
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 69
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 70
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 71
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 72
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 73
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 74
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 77
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 78
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 79
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 80
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 81
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 82
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 83
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 83
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 84
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 87
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 87
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 88
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 89
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 90
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 91
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 97
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 102
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 104
 Warning modifier ModifierOrder 'protected' modifier out of order with the JLS suggestions. 104
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 110
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 113
 Warning javadoc JavadocTagContinuationIndentation Line continuation have incorrect indentation level, expected level should be 4. 117
 Warning sizes LineLength Line is longer than 100 characters (found 125). 120
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 120
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 121
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 122
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 123
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 124
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 125
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 126
 Warning sizes LineLength Line is longer than 100 characters (found 109). 142
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 142
 Warning sizes LineLength Line is longer than 100 characters (found 109). 143
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 143
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 144
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 159
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 160
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 161
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 177
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 178
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 179
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 184
 Warning sizes LineLength Line is longer than 100 characters (found 109). 191
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 191
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 192
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 194
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 195
 Warning indentation Indentation 'try' has incorrect indentation level 12, expected level should be 6. 196
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 197
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 198
 Warning sizes LineLength Line is longer than 100 characters (found 109). 199
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 199
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 200
 Warning blocks RightCurly '}' at column 17 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 200
 Warning indentation Indentation 'else' has incorrect indentation level 16, expected level should be 8. 201
 Warning sizes LineLength Line is longer than 100 characters (found 109). 202
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 202
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 203
 Warning blocks RightCurly '}' at column 17 should be on the same line as the next part of a multi-block statement (one that directly contains multiple blocks: if/else-if/else, do/while or try/catch/finally). 203
 Warning indentation Indentation 'else' has incorrect indentation level 16, expected level should be 8. 204
 Warning sizes LineLength Line is longer than 100 characters (found 115). 205
 Warning indentation Indentation 'else' child has incorrect indentation level 20, expected level should be 10. 205
 Warning indentation Indentation 'else rcurly' has incorrect indentation level 16, expected level should be 8. 206
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 207
 Warning whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 207
 Warning indentation Indentation 'try' child has incorrect indentation level 16, expected level should be 8. 208
 Warning indentation Indentation 'if' has incorrect indentation level 16, expected level should be 8. 209
 Warning indentation Indentation 'if' child has incorrect indentation level 20, expected level should be 10. 213
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 213
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 16, expected level should be 8. 214
 Warning indentation Indentation 'try rcurly' has incorrect indentation level 12, expected level should be 6. 215
 Warning indentation Indentation 'catch' child has incorrect indentation level 16, expected level should be 8. 216
 Warning indentation Indentation 'catch rcurly' has incorrect indentation level 12, expected level should be 6. 217
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 218
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 219
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 220
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 223
 Warning indentation Indentation 'class def modifier' has incorrect indentation level 4, expected level should be 2. 226
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 227
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 8, expected level should be 4. 228
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 232
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 8, expected level should be 4. 234
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 12, expected level should be 6. 235
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 8, expected level should be 4. 236
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 241
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 246
 Warning whitespace WhitespaceAfter 'typecast' is not followed by whitespace. 246
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 247
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 8, expected level should be 4. 252
 Warning indentation Indentation 'if' has incorrect indentation level 12, expected level should be 6. 254
 Warning whitespace WhitespaceAfter 'if' is not followed by whitespace. 254
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 254
 Warning whitespace WhitespaceAround WhitespaceAround: '==' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 254
 Warning whitespace WhitespaceAround WhitespaceAround: '==' is not preceded with whitespace. 254
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 255
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 255
 Warning indentation Indentation 'for' has incorrect indentation level 16, expected level should be 8. 256
 Warning whitespace WhitespaceAfter 'for' is not followed by whitespace. 256
 Warning whitespace WhitespaceAround WhitespaceAround: 'for' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 256
 Warning indentation Indentation 'if' has incorrect indentation level 20, expected level should be 10. 257
 Warning whitespace WhitespaceAfter 'if' is not followed by whitespace. 257
 Warning whitespace WhitespaceAround WhitespaceAround: 'if' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 257
 Warning whitespace WhitespaceAround WhitespaceAround: '!=' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 257
 Warning whitespace WhitespaceAround WhitespaceAround: '!=' is not preceded with whitespace. 257
 Warning indentation Indentation 'if' child has incorrect indentation level 24, expected level should be 12. 258
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 258
 Warning whitespace WhitespaceAround WhitespaceAround: '*' is not followed by whitespace. Empty blocks may only be represented as {} when not part of a multi-block statement (4.1.3) 258
 Warning whitespace WhitespaceAround WhitespaceAround: '*' is not preceded with whitespace. 258
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 20, expected level should be 10. 259
 Warning indentation Indentation 'for rcurly' has incorrect indentation level 16, expected level should be 8. 260
 Warning indentation Indentation 'if' child has incorrect indentation level 16, expected level should be 8. 261
 Warning whitespace WhitespaceAround WhitespaceAround: '=' is not preceded with whitespace. 261
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 12, expected level should be 6. 262
 Warning indentation Indentation 'method def' child has incorrect indentation level 12, expected level should be 6. 263
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 8, expected level should be 4. 264
 Warning indentation Indentation 'class def rcurly' has incorrect indentation level 4, expected level should be 2. 265

org/apache/commons/lang3/time/StopWatch.java

Severity Category Rule Message Line
 Warning sizes LineLength Line is longer than 100 characters (found 119). 29
 Warning sizes LineLength Line is longer than 100 characters (found 117). 31
 Warning sizes LineLength Line is longer than 100 characters (found 116). 32
 Warning sizes LineLength Line is longer than 100 characters (found 118). 37
 Warning sizes LineLength Line is longer than 100 characters (found 115). 42
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@since' should be preceded with an empty line. 55
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 60
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 63
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 65
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 67
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 69
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 72
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 74
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 79
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 84
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 89
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 96
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 101
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 108
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 109
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 110
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@throws' should be preceded with an empty line. 121
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 124
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 125
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 126
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 127
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 128
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 129
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 130
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 131
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 132
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 133
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 134
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@throws' should be preceded with an empty line. 145
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 148
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 149
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 150
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 151
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 152
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 153
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 154
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 155
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 156
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 167
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 168
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 169
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 170
 Warning sizes LineLength Line is longer than 100 characters (found 113). 178
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@throws' should be preceded with an empty line. 182
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 185
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 186
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 187
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 188
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 189
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 190
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 191
 Warning sizes LineLength Line is longer than 100 characters (found 119). 199
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@throws' should be preceded with an empty line. 203
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 206
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 207
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 208
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 209
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 210
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 211
 Warning sizes LineLength Line is longer than 100 characters (found 114). 219
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@throws' should be preceded with an empty line. 223
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 226
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 227
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 228
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 229
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 230
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 231
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 232
 Warning sizes LineLength Line is longer than 100 characters (found 116). 240
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@throws' should be preceded with an empty line. 244
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 247
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 248
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 249
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 250
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 251
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 252
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 253
 Warning sizes LineLength Line is longer than 100 characters (found 116). 261
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 265
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 267
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 268
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 269
 Warning sizes LineLength Line is longer than 100 characters (found 116). 276
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 280
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous line. 283
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 283
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 284
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 285
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 286
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 287
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 288
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 289
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 290
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 291
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 292
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 303
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 309
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 310
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 311
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 321
 Warning whitespace EmptyLineSeparator 'METHOD_DEF' should be separated from previous line. 327
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 327
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 328
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 329
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 330
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 331
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 332
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 337
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 342
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 343
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 344
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 345
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 347
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 348
 Warning sizes LineLength Line is longer than 100 characters (found 103). 356
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 359
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 361
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 363
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 364
 Warning sizes LineLength Line is longer than 100 characters (found 103). 372
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 375
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 378
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 379
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 380

org/apache/commons/lang3/tuple/ImmutablePair.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 37
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 38
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 40
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 41
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 42
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 43
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 51
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 57
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 58
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 59
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 67
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 68
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 69
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 70
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 71
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 77
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 79
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 80
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 85
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 87
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 88
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 99
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 101
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 102

org/apache/commons/lang3/tuple/ImmutableTriple.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 37
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 38
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 40
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 41
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 42
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 43
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 44
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 45
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 53
 Warning sizes LineLength Line is longer than 100 characters (found 102). 61
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 61
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 62
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 63
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 72
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 73
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 74
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 77
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 83
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 85
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 86
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 91
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 93
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 94
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 99
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 101
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 102

org/apache/commons/lang3/tuple/MutablePair.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 32
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 33
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 35
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 36
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 37
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 38
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 46
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 52
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 53
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 54
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 59
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 61
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 69
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 70
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 71
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 72
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 73
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 79
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 81
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 82
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 87
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 89
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 90
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 91
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 96
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 98
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 99
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 104
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 106
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 107
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 108
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 114
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 117
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 119
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 120
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 121
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 122

org/apache/commons/lang3/tuple/MutableTriple.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 32
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 33
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 35
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 36
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 37
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 38
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 39
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 40
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 56
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 57
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 58
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 63
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 64
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 65
 Warning indentation Indentation 'ctor def modifier' has incorrect indentation level 4, expected level should be 2. 74
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 75
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 76
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 77
 Warning indentation Indentation 'ctor def' child has incorrect indentation level 8, expected level should be 4. 78
 Warning indentation Indentation 'ctor def rcurly' has incorrect indentation level 4, expected level should be 2. 79
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 85
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 87
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 88
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 95
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 96
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 97
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 102
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 104
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 105
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 112
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 113
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 114
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 119
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 121
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 122
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 129
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 130
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 131

org/apache/commons/lang3/tuple/Pair.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.lang3.ObjectUtils' 22
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 44
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 45
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 53
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 59
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 61
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 69
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 71
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 78
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 80
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 88
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 90
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 92
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 93
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 101
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 103
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 105
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 106
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 113
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 116
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 118
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 120
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 125
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 128
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 130
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 131
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 132
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 133
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 134
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 135
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 137
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 138
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 139
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 145
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 147
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 150
 Warning whitespace OperatorWrap '^' should be on a new line. 150
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 152
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@return' should be preceded with an empty line. 157
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 159
 Warning sizes LineLength Line is longer than 100 characters (found 119). 161
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 161
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 162
 Warning javadoc RequireEmptyLineBeforeBlockTagGroup Javadoc tag '@param' should be preceded with an empty line. 172
 Warning sizes LineLength Line is longer than 100 characters (found 102). 172
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 175
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 176
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 177

org/apache/commons/lang3/tuple/Triple.java

Severity Category Rule Message Line
 Warning whitespace EmptyLineSeparator 'package' should be separated from previous line. 17
 Warning imports CustomImportOrder Extra separation in import group before 'org.apache.commons.lang3.ObjectUtils' 21
 Warning sizes LineLength Line is longer than 100 characters (found 103). 32
 Warning javadoc SummaryJavadoc First sentence of Javadoc is missing an ending period. 42
 Warning indentation Indentation 'member def modifier' has incorrect indentation level 4, expected level should be 2. 43
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 59
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 60
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 61
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 69
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 76
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 83
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 94
 Warning indentation Indentation 'method def' child has incorrect indentation level 6, expected level should be 4. 96
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 99
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 107
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 109
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 110
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 111
 Warning indentation Indentation 'if' has incorrect indentation level 8, expected level should be 4. 112
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 113
 Warning indentation Indentation 'if' child has incorrect indentation level 12, expected level should be 6. 114
 Warning indentation Indentation 'if rcurly' has incorrect indentation level 8, expected level should be 4. 117
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 118
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 119
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 126
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 128
 Warning whitespace OperatorWrap '^' should be on a new line. 128
 Warning whitespace OperatorWrap '^' should be on a new line. 129
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 131
 Warning sizes LineLength Line is longer than 100 characters (found 109). 134
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 138
 Warning sizes LineLength Line is longer than 100 characters (found 108). 140
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 140
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 142
 Warning sizes LineLength Line is longer than 100 characters (found 116). 152
 Warning indentation Indentation 'method def modifier' has incorrect indentation level 4, expected level should be 2. 155
 Warning indentation Indentation 'method def' child has incorrect indentation level 8, expected level should be 4. 156
 Warning indentation Indentation 'method def rcurly' has incorrect indentation level 4, expected level should be 2. 157